summaryrefslogtreecommitdiffstatshomepage
path: root/templates/sidebar.block.recent.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-04-24 08:48:57 +0000
committerGravatar mensonge2008-04-24 08:48:57 +0000
commit791f1492478e4497a554c2a3a1c8737c36d71821 (patch)
tree4037e33a1d69a7a9170d88666e0752d900c904c4 /templates/sidebar.block.recent.php
parent3b79d6b9cc75eaf2b54f6d41843a313b13395c8d (diff)
downloadscuttle-791f1492478e4497a554c2a3a1c8737c36d71821.tar.gz
scuttle-791f1492478e4497a554c2a3a1c8737c36d71821.zip
Interface design: improve tags presentation, menu box, popup size, redirection after adding a bookmark, RSS link position
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@118 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/sidebar.block.recent.php')
-rw-r--r--templates/sidebar.block.recent.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar.block.recent.php b/templates/sidebar.block.recent.php
index 6d25478..e720533 100644
--- a/templates/sidebar.block.recent.php
+++ b/templates/sidebar.block.recent.php
@@ -27,7 +27,7 @@ if ($recentTags && count($recentTags) > 0) {
}
echo $contents ."</p>\n";
?>
- <p><a href="<?php echo createURL('populartags'); ?>"><?php echo T_('Popular Tags'); ?></a> &rarr;</p>
+ <p style="text-align:right"><a href="<?php echo createURL('populartags'); ?>"><?php echo T_('Popular Tags'); ?></a> &rarr;</p>
</div>
<?php