git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@315
b3834d28-1941-0410-a4f8-
b48e95affb8f
text-transform: lowercase;
}
h2 a, h2 a:hover {
- color: #DDD;
+ color: #DDD;
}
+/*sup {
+ color: #77ABE0;
+ font-weight: bold;
+}*/
+
/* NAVIGATION */
ul#navigation {
$this->includeTemplate("dojo.inc");
?>
-<h2><?php echo '<span>'.T_('Featured Menu Tags').'</span> ';?></h2>
+<h2><?php echo T_('Featured Menu Tags');?></h2>
-<div id="maintagsmenu"><?php
+<div id="maintagsmenu"
+<?php echo 'title="'.T_('This menu is composed of keywords (tags) organized by admins.').'"'?>>
+
+<?php
foreach($menu2Tags as $menu2Tag) {
echo '<div dojoType="dojo.data.ItemFileReadStore" url="'.ROOT.'ajax/getadminlinkedtags.php?tag='.filter($menu2Tag, 'url').'" jsid="linkedTagStore" ></div>';