Пример #1
0
$notify->Notify();
$index = $_REQUEST[index];
$user->user_id = $_REQUEST[user_id];
?>
<div id="content_column_header">
	<h2>Administrative Panel</h2>
</div>
<div class="form_main">
<?php 
$img = new APP_SETTINGS();
if ($_POST[submit] == 'Submit') {
    $img->update_logo('server');
} else {
    $img->update_logo('local');
}
?>
</div>

<?php 
// **********************Closes the Content Column and begins Info Column ****************************//
$page->printContentColumnEnd();
// **********************Start code for Info Column ****************************//
?>
<div class="form_main">
	<div><a href="UserManagement.php"><button style="width: 150px; height: 40px; text-align: center;vertical-align: middle; font-size: 14px; font-weight: bold; " >Manage Users</button></a></div>
	<div><a href="GroupManagement.php"><button style="width: 150px; height: 40px; text-align: center;vertical-align: middle; font-size: 14px; font-weight: bold; " >Manage Groups</button></a></div>
	<div><a href="report_builder.php"><button style="width: 150px; height: 40px; text-align: center;vertical-align: middle; font-size: 14px; font-weight: bold; " >Report Builder</button></a></div>
    <div><a href="theme_management.php"><button style="width: 150px; height: 40px; text-align: center;vertical-align: middle; font-size: 14px; font-weight: bold; " >Theme Management</button></a></div>
</div>
<?php 
$page->displayPageBottom();