dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
- Made placeholders under Server Config > Web clickable.
ftimme
2012-09-05
4cf7a1208db829c649ce32458074b7e383c49b9c
[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');
?>