mirror of
https://github.com/YunoHost-Apps/opensondage_ynh.git
synced 2024-09-03 19:46:28 +02:00
Update bandeaux_local.php
Fix admin links broken
This commit is contained in:
parent
363bf375b4
commit
a9860d73f6
1 changed files with 2 additions and 2 deletions
|
@ -135,10 +135,10 @@ function sous_bandeau_admin()
|
|||
'<a class="button small gray" href="./">'. _("Home") .'</a>';
|
||||
|
||||
if(is_readable('logs_studs.txt')) {
|
||||
echo '<a class="button small gray" href="./admin/logs_studs.txt">'. _("Logs") .'</a>';
|
||||
echo '<a class="button small gray" href="./logs_studs.txt">'. _("Logs") .'</a>';
|
||||
}
|
||||
|
||||
echo '<a class="button small gray" href="./scripts/nettoyage_sondage.php">'. _("Cleaning") .'</a>' .
|
||||
echo '<a class="button small gray" href="../scripts/nettoyage_sondage.php">'. _("Cleaning") .'</a>' .
|
||||
'<span class="sousbandeau sousbandeaulangue">' .
|
||||
liste_lang() . '</span>'.
|
||||
'</div>'."\n";
|
||||
|
|
Loading…
Add table
Reference in a new issue