dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix for IE compatibility
cfoe
2012-08-31
2e97b280b4950847cbea075aa11d54014750d352
[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.php',
'html_id' => 'tpl_default');
?>