Move mod/manage to src/Module/Delegation
- Move templates/manage to templates/delegation - Update navigation links - Update CSS classes
This commit is contained in:
parent
4ee9e21a4f
commit
02f02d44dc
25 changed files with 204 additions and 202 deletions
|
@ -104,7 +104,7 @@ EOT;
|
|||
|
||||
// Hide the left menu bar
|
||||
/// @TODO maybe move this static array out where it should belong?
|
||||
if (empty($a->page['aside']) && in_array($a->argv[0], ["community", "events", "help", "manage", "notifications",
|
||||
if (empty($a->page['aside']) && in_array($a->argv[0], ["community", "events", "help", "delegation", "notifications",
|
||||
"probe", "webfinger", "login", "invite", "credits"])) {
|
||||
$a->page['htmlhead'] .= "<link rel='stylesheet' href='view/theme/vier/hide.css' />";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue