summaryrefslogtreecommitdiff
path: root/admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin.php')
-rw-r--r--admin.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/admin.php b/admin.php
index 7d3f0f3f9..57ffc6ed1 100644
--- a/admin.php
+++ b/admin.php
@@ -20,8 +20,8 @@ function admin_page($mod) {
<HEAD><TITLE><? echo $site_name; ?> administration center</TITLE></HEAD>
<STYLE>
body { font-family: helvetica, arial; }
- h1 { font-size: 14pt; font-weight: bold; color: #990000; }
- h2 { font-family: helvetica, arial; font-size: 12pt; font-weight: bold; }
+ h1 { font-size: 18pt; font-weight: bold; color: #990000; }
+ h2 { font-family: helvetica, arial; font-size: 18pt; font-weight: bold; }
h3 { font-family: helvetica, arial; font-size: 14pt; font-weight: bold; }
th { font-family: helvetica, arial; text-align: center; background-color: #CCCCCC; color: #995555; }
td { font-family: helvetica, arial; }
@@ -29,7 +29,8 @@ function admin_page($mod) {
<BODY BGCOLOR="#FFFFFF" LINK="#005599" VLINK="#004499" ALINK="#FF0000">
<H1>Administration center</H1>
<?
-
+
+ ksort($repository);
module_iterate("module");
?>
@@ -39,8 +40,8 @@ function admin_page($mod) {
module_execute($mod, "admin");
?>
- </BODY>
- </HTML>
+ </BODY>
+ </HTML>
<?
}