summary refs log tree commit diff stats
path: root/theme/admin/index.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/index.tpl')
-rwxr-xr-xtheme/admin/index.tpl32
1 files changed, 0 insertions, 32 deletions
diff --git a/theme/admin/index.tpl b/theme/admin/index.tpl deleted file mode 100755 index 4e57dd9..0000000 --- a/theme/admin/index.tpl +++ /dev/null
@@ -1,32 +0,0 @@
1<h2>Admin Panel</h2><p>
2
3Welcome to the ubiquitous administration panel!</p>
4
5<h3>Blog</h3>
6
7<ul>
8 <li><a href="/admin/writePost.php">Write a post</a></li>
9 <li><a href="/admin/manageDrafts.php">Manage Drafts</a></li>
10 <li><a href="/admin/managePending.php">Manage Pending Posts</a></li>
11 <li><a href="/admin/managePosts.php">Manage Published Posts</a></li>
12 <li><a href="/admin/moderateComments.php">Moderate Comments</a></li>
13</ul>
14
15<h3>Poll</h3>
16
17<ul>
18 <li><a href="/admin/pollProcess.php">Weekly Poll Process</a></li>
19</ul>
20
21<h3>Quotes</h3>
22
23<ul>
24 <li><a href="/admin/managePendingQuotes.php">Manage Pending Quotes</a></li>
25</ul>
26
27<h3>Administration</h3>
28
29<ul>
30 <li><a href="/admin/hgUpdate.php">HG Update</a></li>
31 <li><a href="/admin/maintenanceMode.php">Maintenance Mode</a></li>
32</ul>