summary refs log tree commit diff stats
path: root/theme/admin/postSuccess.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/postSuccess.tpl')
-rwxr-xr-xtheme/admin/postSuccess.tpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/theme/admin/postSuccess.tpl b/theme/admin/postSuccess.tpl index 12920fe..0f27964 100755 --- a/theme/admin/postSuccess.tpl +++ b/theme/admin/postSuccess.tpl
@@ -1,8 +1,8 @@
1Congradulations, you've just made/edited a post! 1Congradulations, you've just made/edited a post!
2 2
3<UL> 3<ul>
4 <LI><A HREF="/admin/editPost.php?id=<!--ID-->">Edit this post</A></LI> 4 <li><a href="/admin/editPost.php?id=<!--ID-->">Edit this post</a></li>
5 <LI><A HREF="/blog/<!--CODED-->/">View this post</A></LI> 5 <li><a href="/blog/<!--CODED-->/">View this post</a></li>
6 <LI><A HREF="/admin/managePosts.php">Manage Posts</A></LI> 6 <li><a href="/admin/managePosts.php">Manage Posts</a></li>
7 <LI><A HREF="/admin/">Return to the Admin Panel</A></LI> 7 <li><a href="/admin/">Return to the Admin Panel</a></li>
8</UL> 8</ul>