summaryrefslogtreecommitdiffstatshomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar mensonge2008-12-03 11:11:08 +0000
committerGravatar mensonge2008-12-03 11:11:08 +0000
commit9723a57f4ca309da030f6d2aaf6d1e3d3ca2136e (patch)
tree5c74d68c45e6163caddd27adfbb222d62d06eebc /templates
parent61daf846313f9eddbc6098fdd32b07620480be7e (diff)
downloadscuttle-9723a57f4ca309da030f6d2aaf6d1e3d3ca2136e.tar.gz
scuttle-9723a57f4ca309da030f6d2aaf6d1e3d3ca2136e.zip
Bug fix: correct get title function (missing ) )
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@189 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates')
-rw-r--r--templates/userlist.tpl.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/userlist.tpl.php b/templates/userlist.tpl.php
index 85c1998..fdccc62 100644
--- a/templates/userlist.tpl.php
+++ b/templates/userlist.tpl.php
@@ -23,8 +23,12 @@ foreach($users as $user) {
}
echo '</li>'."\n";
-}
-
+}
+?>
+<h3><?php echo T_('Check consistancy')?></h3>
+<a href="<?php echo createURL('admin','checkUrl/') ?>"> <?php echo T_('Check all urls') ?></a>
+
+<?php
$this->includeTemplate('sidebar.tpl');
$this->includeTemplate($GLOBALS['bottom_include']);