dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
added interface + theme options for the end user
cfoe
2012-07-18
4eb8d2a054e69aba568d5435fd1420b5a9367207
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
tools
/
lib
/
interface.d
/
default-v2.menu.php
1
2
3
4
5
6
7
<?php
$items[] = array( 'title' => 'Default-v2 Theme',
'target' => 'content',
'link' => 'tools/default-v2_settings.php',
'html_id' => 'default-v2_settings');
?>