You've already forked OpenShorte.old
Ran the formatter on all PHP files, added userbar.css
This commit is contained in:
@@ -24,14 +24,20 @@
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link href="<?=$GLOBALS['config']['installation_path']?>/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<link href="<?=$GLOBALS['config']['installation_path']?>/lib/css/manage.css" rel="stylesheet">
|
||||
<title>Dashboard Home | <?=$GLOBALS['config']['website_name']?></title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="userbar">
|
||||
</div>
|
||||
<a href="<?=$GLOBALS['config']['installation_path']?>/dashboard/manage">Open Management Console</a>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<?php
|
||||
}
|
||||
|
Reference in New Issue
Block a user