mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 19:46:21 +05:30
Ups wrong file
Ups wrong file edited.
This commit is contained in:
parent
b652407a3e
commit
8d6f84769f
1 changed files with 6 additions and 0 deletions
|
|
@ -1312,6 +1312,12 @@ function generate_json($posts){
|
|||
return json_encode($posts);
|
||||
}
|
||||
|
||||
// Return toolbar
|
||||
function toolbar() {
|
||||
$user = $_SESSION['user'];
|
||||
$role = user('role', $user);
|
||||
$base = site_url();
|
||||
|
||||
echo <<<EOF
|
||||
<link href="{$base}themes/default/css/toolbar.css" rel="stylesheet" />
|
||||
EOF;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue