Init
This commit is contained in:
19
backend/public_html/templates/settings.tpl.php
Normal file
19
backend/public_html/templates/settings.tpl.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php if (!defined('PICONTROL')) exit(); ?>
|
||||
<div>
|
||||
<div class="box">
|
||||
<div class="inner-header">
|
||||
<span><?php _e('Einstellungen'); ?></span>
|
||||
</div>
|
||||
<div class="inner settings-overview-flex-container">
|
||||
<a class="settings-overview-flex-box" href="?s=settings&do=pi-control">Pi Control</a>
|
||||
<a class="settings-overview-flex-box" href="?s=settings&do=overview"><?php _e('Übersicht'); ?></a>
|
||||
<a class="settings-overview-flex-box" href="?s=settings&do=statistic"><?php _e('Statistik'); ?></a>
|
||||
<a class="settings-overview-flex-box" href="?s=settings&do=plugins"><?php _e('Plugins'); ?></a>
|
||||
<a class="settings-overview-flex-box" href="?s=settings&do=update"><?php _e('Aktualisierung'); ?></a>
|
||||
<a class="settings-overview-flex-box" href="?s=settings&do=troubleshooting"><?php _e('Problembehandlung'); ?></a>
|
||||
<a class="settings-overview-flex-box" href="?s=settings&do=notification"><?php _e('Benachrichtigung'); ?></a>
|
||||
<a class="settings-overview-flex-box" href="?s=settings&do=user"><?php _e('Benutzer'); ?></a>
|
||||
<a class="settings-overview-flex-box" href="?s=settings&do=cache"><?php _e('Cache'); ?></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user