<?php
/*
CREATIVE COMMONS - Attribution-No Derivative Works 3.0 Germany:
- You may not alter, transform, or build upon this work.
- Dieses Werk darf nicht bearbeitet oder in anderer Weise verändert werden.
*/
$_SESSION['MenuReminderAdmin'] = $page;
if ( !IsUserAdmin() ) { echo $L_015; }
else
{
// Inhalt hier einfügen
echo '<form id="Setup_Gallery" method="post" action="index.php?submenu=admin&page=updateSetupGallery">
<table class="Table_Setup_Gallery" summary="Table_Setup_Gallery">';
echo '<!-- Frontend -->
<tr>
<td colspan="2" class="TabelleSetupSubTitles">'.$L_Frontend.':</td>
</tr>';
include ('includes/setup/SetupGalleryAlbumsThumbsRandomly.php');
include ('includes/setup/SetupGalleryAlbumsOrder.php');
include ('includes/setup/SetupFrontendGalleryURL.php');
include ('includes/setup/SetupGalleryAlbumsThumbsHeight.php');
include ('includes/setup/SetupGalleryAlbumsThumbsWidth.php');
echo '
<tr>
<td> </td>
<td>
<input type="submit" name="Submit" value="'.$L_Button01.'" class="button" />
<input type="reset" value="'.$L_Button38.'" class="button" />
<input type="hidden" name="gesendet" value="1" />
<input type="hidden" name="http-equiv" value="setup_gallery" />
</td>
</tr>
</table>
</form>';
// Inhalt zuende
}
?>