diff --git a/phpBB/templates/PSO/PSO.cfg b/phpBB/templates/PSO/PSO.cfg
index 388a8d0172..d1580d8dfc 100644
--- a/phpBB/templates/PSO/PSO.cfg
+++ b/phpBB/templates/PSO/PSO.cfg
@@ -49,6 +49,10 @@ $images['pm_savebox'] = "images/msg_savebox.gif";
$images['pm_sentbox'] = "images/msg_sentbox.gif";
$images['pm_readmsg'] = "images/msg_read.gif";
$images['pm_unreadmsg'] = "images/msg_unread.gif";
+$images['pm_postmsg'] = "templates/PSO/images/post.giff";
+$images['pm_replymsg'] = "templates/PSO/images/reply.gif";
+$images['pm_editmsg'] = "images/icon_edit.gif";
+$images['pm_quotemsg'] = "images/icon_quote.gif";
$images['topic_watch'] = "";
$images['topic_un_watch'] = "";
@@ -58,6 +62,12 @@ $images['topic_mod_split'] = "images/topic_split.gif";
$images['topic_mod_move'] = "images/topic_move.gif";
$images['topic_mod_delete'] = "images/topic_delete.gif";
+$images['voting_graphic'][0] = "images/voting/bar_1.gif";
+$images['voting_graphic'][1] = "images/voting/bar_2.gif";
+$images['voting_graphic'][2] = "images/voting/bar_3.gif";
+$images['voting_graphic'][3] = "images/voting/bar_4.gif";
+$images['voting_graphic'][4] = "images/voting/bar_5.gif";
+
$images['auth_can_read'] = "";
$images['auth_cannot_read'] = "";
$images['auth_can_post'] = "";
@@ -70,6 +80,12 @@ $images['auth_can_delete'] = "";
$images['auth_cannot_delete'] = "";
$images['auth_mod'] = "";
+//
+// Vote graphic length defines the maximum length of a vote result
+// graphic, ie. 100% = this length
+//
+$board_config['vote_graphic_length'] = 300;
+
//
// Default theme to use (can be blank if
// themes aren't supported by this template)
diff --git a/phpBB/templates/PSO/admin/forum_prune_body.tpl b/phpBB/templates/PSO/admin/forum_prune_body.tpl
index 2a3300258d..b2287dc108 100644
--- a/phpBB/templates/PSO/admin/forum_prune_body.tpl
+++ b/phpBB/templates/PSO/admin/forum_prune_body.tpl
@@ -1,20 +1,17 @@
-
{L_FORUM_PRUNE_EXPLAIN}
-Here are the results from your forum pruning:
+{L_PRUNE_RESULT}
FORUM NAME | -TOPICS PRUNED | -POSTS PRUNED | +{L_FORUM} | +{L_TOPICS_PRUNED} | +{L_POSTS_PRUNED} |
---|---|---|---|---|---|
{prune_results.FORUM_NAME} | -{prune_results.FORUM_TOPICS} | -{prune_results.FORUM_POSTS} | +{prune_results.FORUM_NAME} | +{prune_results.FORUM_TOPICS} | +{prune_results.FORUM_POSTS} |