aboutsummaryrefslogtreecommitdiffstats
path: root/template/admin/html/post/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'template/admin/html/post/index.php')
-rw-r--r--template/admin/html/post/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/admin/html/post/index.php b/template/admin/html/post/index.php
index c997955..124d39b 100644
--- a/template/admin/html/post/index.php
+++ b/template/admin/html/post/index.php
@@ -1,5 +1,5 @@
<h1><i class="fa fa-newspaper-o"></i><?=$Language->text('post_overview')?><a class="brackets" href="<?=Application::getAdminURL("post/insert.php")?>"><?=$Language->text('insert')?></a></h1>
-<p><?=$Language->template('overview_post_desc')?></p>
+<p><?=$Language->text('overview_post_desc')?></p>
<ul class="item-list post">
<?php foreach($LIST['POSTS'] as $post): ?>