summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--templates/about.tpl.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/about.tpl.php b/templates/about.tpl.php
index ebe9a85..23fd8a9 100644
--- a/templates/about.tpl.php
+++ b/templates/about.tpl.php
@@ -19,9 +19,15 @@ $this->includeTemplate($GLOBALS['top_include']);
<?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']);
?>