summary refs log tree commit diff stats
path: root/theme/admin/postSuccess.tpl
blob: 0f279640aa8a3189fb4c71c1d30dd104dfc34d2a (plain) (blame)
1
2
3
4
5
6
7
8
Congradulations, you've just made/edited a post!

<ul>
	<li><a href="/admin/editPost.php?id=<!--ID-->">Edit this post</a></li>
	<li><a href="/blog/<!--CODED-->/">View this post</a></li>
	<li><a href="/admin/managePosts.php">Manage Posts</a></li>
	<li><a href="/admin/">Return to the Admin Panel</a></li>
</ul>