Init Repo
This commit is contained in:
11
public_html/templates/shutdown.tpl.php
Normal file
11
public_html/templates/shutdown.tpl.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php if (!defined('PICONTROL')) exit(); ?>
|
||||
<div>
|
||||
<div class="box">
|
||||
<div class="inner-header">
|
||||
<span><?php _e('Raspberry Pi wird heruntergefahren'); ?></span>
|
||||
</div>
|
||||
<div class="inner">
|
||||
<?php _e('Sollte dein Raspberry Pi wieder hochgefahren sein, kommst du hier <a href="%s">zurück zur Übersicht.</a>', $data['overviewUrl']); ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user