Browse Source

Ups wrong file

Ups wrong file edited.
pull/31/merge
Danang Probo Sayekti 11 years ago
parent
commit
8d6f84769f
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      system/includes/functions.php

+ 6
- 0
system/includes/functions.php View File

@ -1312,6 +1312,12 @@ function generate_json($posts){
return json_encode($posts); return json_encode($posts);
} }
// Return toolbar
function toolbar() {
$user = $_SESSION['user'];
$role = user('role', $user);
$base = site_url();
echo <<<EOF echo <<<EOF
<link href="{$base}themes/default/css/toolbar.css" rel="stylesheet" /> <link href="{$base}themes/default/css/toolbar.css" rel="stylesheet" />
EOF; EOF;


Loading…
Cancel
Save