dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
changed template file for better list theming
cfoe
2012-07-20
a2fc1413240e6957e3bc318932e986119a055c91
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
admin
/
lib
/
interface.d
/
tpl_default.menu.php
1
2
3
4
5
6
7
<?php
$items[] = array( 'title' => 'Default Theme',
'target' => 'content',
'link' => 'admin/tpl_default_admin.php',
'html_id' => 'tpl_default_admin');
?>