dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Added missing server_id column in web_database_user table.
tbrehm
2012-09-07
413df769b7d08809d84a0c86604c4839cdce51e0
[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');
?>