summaryrefslogtreecommitdiffstatshomepage
path: root/data/templates/about.tpl.php
diff options
context:
space:
mode:
authorGravatar Christian Weiske2011-05-25 19:43:36 +0200
committerGravatar Christian Weiske2011-05-25 19:43:36 +0200
commit5ba53394fcda4ae9cfa9af52b37fb67517deeb5a (patch)
tree4416be7903a2b339382e9f933284f50797edc239 /data/templates/about.tpl.php
parent63b0a4b8cb38a8a7c41410900b9dfcc84e6a33a9 (diff)
downloadscuttle-5ba53394fcda4ae9cfa9af52b37fb67517deeb5a.tar.gz
scuttle-5ba53394fcda4ae9cfa9af52b37fb67517deeb5a.zip
implement request #1989987: theme support. merge themes branch with --squash
Diffstat (limited to 'data/templates/about.tpl.php')
-rw-r--r--data/templates/about.tpl.php34
1 files changed, 0 insertions, 34 deletions
diff --git a/data/templates/about.tpl.php b/data/templates/about.tpl.php
deleted file mode 100644
index 7bff98d..0000000
--- a/data/templates/about.tpl.php
+++ /dev/null
@@ -1,34 +0,0 @@
-<?php
-$this->includeTemplate($GLOBALS['top_include']);
-?>
-
-<ul>
-<li><?php echo T_('<strong>Store</strong> all your favourite links in one place, accessible from anywhere.'); ?></li>
-<li><?php echo T_('<strong>Share</strong> your bookmarks with everyone, with friends on your watchlist or just keep them private.') ;?></li>
-<li><?php echo T_('<strong>Tag</strong> your bookmarks with as many labels as you want, instead of wrestling with folders.'); ?></li>
-<li><?php echo sprintf('<strong><a href="'.createURL('register').'">'.T_('Register now').'</a> </strong>'.T_(' to start using %s!'), $GLOBALS['sitename']); ?></li>
-</ul>
-
-<h3><?php echo T_('Geek Stuff'); ?></h3>
-<ul>
-<li><a href="http://sourceforge.net/projects/semanticscuttle/">Semantic Scuttle</a> <?php echo T_('is licensed under the ');?> <a href="http://www.gnu.org/copyleft/gpl.html"><acronym title="GNU\'s Not Unix">GNU</acronym> General Public License</a> (<?php echo T_('you can freely host it on your own web server.'); ?>)</li>
-<li><?php echo sprintf(T_('%1$s supports most of the <a href="http://del.icio.us/doc/api">del.icio.us <abbr title="Application Programming Interface">API</abbr></a>. Almost all of the neat tools made for that system can be modified to work with %1$s instead. If you find a tool that won\'t let you change the API address, ask the creator to add this setting. You never know, they might just do it.'), $GLOBALS['sitename']); ?></li>
-
-
-
-<?php if(!is_null($currentUser) && $currentUser->isAdmin()): ?>
-<li>SemanticScuttle v0.97.0</li>
-<?php endif ?>
-</ul>
-
-<h3><?php echo T_('Tips'); ?></h3>
-<ul>
-<li><?php echo T_('Add search plugin into your browser:'); ?> <a href="#" onclick="window.external.AddSearchProvider('<?php echo ROOT?>api/opensearch.php');">opensearch</a></li>
-<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']);
-?>