<?php // functions for theme bootstrap include_once dirname(__FILE__).'/functions.php'; /* fix sections not opening submenues on first click */ if (isset($GLOBALS['pagecategories']['statistics'])) { $GLOBALS['pagecategories']['statistics']['toplink'] = 'statsoverview'; } if (isset($GLOBALS['pagecategories']['develop'])) { $GLOBALS['pagecategories']['develop']['toplink'] = 'tests'; } if (isset($GLOBALS['pagecategories']['system'])) { if ( !in_array('system', $GLOBALS['pagecategories']['system']['menulinks']) ){ array_push($GLOBALS['pagecategories']['system']['menulinks'],'system'); } } if (isset($GLOBALS['pagecategories']['subscribers'])) { if ( !in_array('editlist', $GLOBALS['pagecategories']['subscribers']['pages']) ){ array_push($GLOBALS['pagecategories']['subscribers']['pages'],'editlist'); } } /* add dashboard to top */ if ( !isset($GLOBALS['pagecategories']['home']) && !isset($GLOBALS['pagecategories']['dashboard']) ){ $pcrev = array_reverse($GLOBALS['pagecategories']); $pcrev['dashboard'] = array( 'toplink' => 'dashboard', 'pages' => array('dashboard'), 'menulinks' => array(), ); $GLOBALS['pagecategories'] = array_reverse($pcrev); }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
bootstrap | Folder | 0755 |
|
|
css | Folder | 0755 |
|
|
fonts | Folder | 0755 |
|
|
images | Folder | 0755 |
|
|
js | Folder | 0755 |
|
|
less | Folder | 0755 |
|
|
pages | Folder | 0755 |
|
|
.gitignore | File | 49 B | 0644 |
|
.travis.yml | File | 394 B | 0644 |
|
LICENSE | File | 34.32 KB | 0644 |
|
README.md | File | 1.96 KB | 0644 |
|
body_trackers.php | File | 0 B | 0644 |
|
composer.json | File | 703 B | 0644 |
|
footer.inc | File | 98 B | 0644 |
|
footer_minified.inc | File | 2.25 KB | 0644 |
|
frontendfooter.php | File | 776 B | 0644 |
|
frontendheader.php | File | 745 B | 0644 |
|
functions.php | File | 5.84 KB | 0644 |
|
gruntfile.js | File | 1.57 KB | 0644 |
|
header.inc | File | 98 B | 0644 |
|
header_minified.inc | File | 2.76 KB | 0644 |
|
logo.svg | File | 4.67 KB | 0644 |
|
mainmenu.php | File | 1.21 KB | 0644 |
|
onyx-rss.php | File | 12.69 KB | 0644 |
|
package.json | File | 322 B | 0644 |
|
pagetop.php | File | 1.9 KB | 0644 |
|
pagetop_minified.php | File | 2 KB | 0644 |
|
pagetop_minimal.php | File | 1.15 KB | 0644 |
|
publicpagetop.php | File | 1.16 KB | 0644 |
|
rssfeed.php | File | 1.79 KB | 0644 |
|
theme_info | File | 70 B | 0644 |
|