19 lines
1.2 KiB
PHP
19 lines
1.2 KiB
PHP
<?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>
|