walkor 11 år sedan
förälder
incheckning
a31c31b215
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      applications/Statistics/Modules/admin.php

+ 2 - 1
applications/Statistics/Modules/admin.php

@@ -31,7 +31,8 @@ function admin()
             break;
     }
     
+    
     include ST_ROOT . '/Views/header.tpl.php';
-    include ST_ROOT . '/Views/main.tpl.php';
+    include ST_ROOT . '/Views/admin.tpl.php';
     include ST_ROOT . '/Views/footer.tpl.php';
 }