aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-07-13 18:23:42 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-07-13 18:23:42 +0000
commit0e6f49d1ed87f215015b3183ddc9861ac40fe679 (patch)
tree99cf2bca38b85ff5c2a3d4a062d9844703252a63 /phpBB
parent769b9673af1f54e17427d4f0987c39c074516225 (diff)
downloadforums-0e6f49d1ed87f215015b3183ddc9861ac40fe679.tar
forums-0e6f49d1ed87f215015b3183ddc9861ac40fe679.tar.gz
forums-0e6f49d1ed87f215015b3183ddc9861ac40fe679.tar.bz2
forums-0e6f49d1ed87f215015b3183ddc9861ac40fe679.tar.xz
forums-0e6f49d1ed87f215015b3183ddc9861ac40fe679.zip
Added a text link to split topic interface. Needs a button
git-svn-id: file:///svn/phpbb/trunk@655 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/viewtopic.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 0d2b780d8f..34e2f4352a 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -480,6 +480,7 @@ if($is_auth['auth_mod'] || $userdata['user_level'] == ADMIN)
{
$topic_mod .= "<a href=\"" . append_sid("modcp.$phpEx?" . POST_TOPIC_URL . "=$topic_id&mode=unlock&quick_op=1") . "\"><img src=\"images/topic_unlock.gif\" alt = \"" . $lang['Unlock_topic'] . "\" border=\"0\"></a>&nbsp;&nbsp;";
}
+ $topic_mod .= "<a href=\"" . append_sid("modcp.$phpEx?" . POST_TOPIC_URL . "=$topic_id&mode=split") . "\">Split Topic</a>";
}
$template->assign_vars(array(