git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@321
b3834d28-1941-0410-a4f8-
b48e95affb8f
<?php if(!is_null($currentUser) && $currentUser->isAdmin()): ?>
<li>SemanticScuttle v0.93</li>
<?php endif ?>
+</ul>
+<h3><?php echo T_('Tips'); ?></h3>
+<ul>
+<li><?php echo T_('The secret tag "system:unfiled" allows you to find bookmarks without tags.'); ?></li>
+<li><?php echo T_('The secret tag "system:imported" allows you to find imported bookmarks.'); ?></li>
</ul>
+
<?php
$this->includeTemplate($GLOBALS['bottom_include']);
?>