<ul>
<li>
<p align="left"><a href="#" onclick="action('templateswitcher.php')">Template Switcher</a> - 25 different themes to choose from! </p>
</li>
</ul>
<div style="padding:10px;" align="left">
<fieldset class="ui-widget-content ui-corner-all" >
<legend class="ui-widget-header ui-corner-all">PayPal</legend>
<ul>
<li> <a href="#" onclick="action('paypal.php')">PayPal</a> <b>Enabled: <?php echo paypal_show_enabled(); ?></b><br />
Automated payment acceptance for membership.<br />
<br />
</li>
<li> <a href="#" onclick="action('automated_renewals.php')">Automated
Renewals</a><b> Enabled: <?php echo automated_renewals_show_enabled(); ?></b><br />
Automatically email members<b>
<?php automated_renewals_show_days(); ?>
</b>days before renewal is due (not
required when using PayPal Subscriptions). </li>
</ul>
</fieldset>
</div>
<ul>
<li>
<p align="left"><a href="toggle-auto-activate.php">Toggle Auto Activate</a><em><big><strong> </strong></big></font></em>- Currently set to:
<?php
$dbc = dbc::instance();
$result = $dbc->prepare("SELECT * FROM wmm_admin");
$rows = $dbc->executeGetRows($result);
$row=$rows[0];
if ($row['auto_activate']) echo "<b>Auto Activate</font></b>";
else echo "<b>Manual Activation</font></b>";
?>
</p>
</li>
<li>
<p align="left"><a href="update-password.php">Update
admin password</a></p>
</li>
<li>
<p align="left"><a href="update-email-address.php">Update
admin email address</a></p>
</li>
<li>
<p align="left"><a href="ban-ip.php">Ban IP address</a></p>
</li>
<li>
<p align="left"><a href="ban-range.php">Ban Whole
ranges of IP addresses</a></p>
</li>
</ul>