<?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_News" method="post" action="index.php?submenu=admin&page=updateSetupNews">
<table class="Table_Setup_News" summary="Table_Setup_News">
<!-- Backend -->
<tr>
<td colspan="2" class="TabelleSetupSubTitles">'.$L_067.':</td>
</tr>';
echo '<!-- Frontend -->
<tr>
<td colspan="2" class="TabelleSetupSubTitles">'.$L_Frontend.':</td>
</tr>';
include ('includes/setup/SetupNewsEntriesPerPage.php');
include ('includes/setup/SetupNewsChannelTitle.php');
include ('includes/setup/SetupNewsChannelURL.php');
include ('includes/setup/SetupNewsChannelDescription.php');
include ('includes/setup/SetupNewsChannelLanguage.php');
include ('includes/setup/SetupNewsChannelCopyright.php');
include ('includes/setup/SetupFrontendNewsDateFormat.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_news" />
</td>
</tr>
</table>
</form>';
// Inhalt zuende
}
?>