summaryrefslogtreecommitdiffstatshomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar mensonge2008-12-02 09:46:41 +0000
committerGravatar mensonge2008-12-02 09:46:41 +0000
commit17e2e700ad9d491024d90597ab25bd75d5f2f840 (patch)
treeee5f1b216d666a146bf8382922e4c3364741888d /templates
parent279e55cb0a0223f518e8593f7ac3df83554ab602 (diff)
downloadscuttle-17e2e700ad9d491024d90597ab25bd75d5f2f840.tar.gz
scuttle-17e2e700ad9d491024d90597ab25bd75d5f2f840.zip
Bug fix: correct menu2 box
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@184 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates')
-rw-r--r--templates/sidebar.block.menu2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar.block.menu2.php b/templates/sidebar.block.menu2.php
index a47b948..40bf27b 100644
--- a/templates/sidebar.block.menu2.php
+++ b/templates/sidebar.block.menu2.php
@@ -29,7 +29,7 @@ if (sizeOf($menu2Tags) > 0) {
<div id="related"><?php
foreach($menu2Tags as $menu2Tag) {
- echo '<div dojoType="dojo.data.ItemFileReadStore" url="http://127.0.0.6/SemanticScuttle/trunk/ajax/getlinkedtags.php?tag='.$menu2Tag.'" jsid="linkedTagStore" ></div>';
+ echo '<div dojoType="dojo.data.ItemFileReadStore" url="ajax/getlinkedtags.php?tag='.$menu2Tag.'" jsid="linkedTagStore" ></div>';
echo '<div dojoType="dijit.Tree" store="linkedTagStore" labelAttr="name" >';
echo '<script type="dojo/method" event="onClick" args="item">';
$returnUrl = sprintf($cat_url, filter($user, 'url'), filter('', 'url'));