Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattpiwik <matthieu.aubry@gmail.com>2009-02-11 03:05:26 +0300
committermattpiwik <matthieu.aubry@gmail.com>2009-02-11 03:05:26 +0300
commitbdd6990ea601273f1f46c763479f1a0c4a13bc74 (patch)
treea1a06d947cddddf68d32785e6053a439838b8bd8 /plugins/CoreHome/templates/menu.tpl
parentf3ee0a6589fbcfbae33caf67543d51120021c535 (diff)
- patch from vipsoft:
Summary of changes: * jQuery updated from 1.2.2 to 1.2.6 * swfobject updated from 1.5 to 2.1 * sparkline updated from upstream cvs * fdd2div fixed to work with jQuery 1.2.6, and yuicompress'd * tooltip updated from 1.1 to 1.3 * superfish updated from 1.4.1 to 1.4.8, and yuicompress'd * blockUI updated from 1.33 to 2.11 * dimensions updated from 1.1.2 to 1.2 * scrollTo updated from 1.3 to 1.4 Files added: * libs/jquery/original\ lib/fdd2div-modified.js * libs/jquery/original\ lib/superfish_modified.js * libs/sparkline/LICENSE-BSD.txt * libs/sparkline/LICENSE-GPL.txt * libs/swfobject/expressInstall.swf Files removed: * libs/sparkline/LICENSE * libs/swfobject/README.txt No change to: ui.mouse, ui.sortable, and calendar git-svn-id: http://dev.piwik.org/svn/trunk@886 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/CoreHome/templates/menu.tpl')
-rw-r--r--plugins/CoreHome/templates/menu.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/templates/menu.tpl b/plugins/CoreHome/templates/menu.tpl
index 4f3bd80dfa..158fb4fdae 100644
--- a/plugins/CoreHome/templates/menu.tpl
+++ b/plugins/CoreHome/templates/menu.tpl
@@ -1,7 +1,7 @@
<ul class="nav">
{foreach from=$menu key=level1 item=level2 name=menu}
<li>
- <a name='{$level2._url|@urlRewriteWithParameters}' href='{$level2._url|@urlRewriteBasicView}'>{$level1|translate} &#8595;</a>
+ <a name='{$level2._url|@urlRewriteWithParameters}' href='{$level2._url|@urlRewriteBasicView}'>{$level1|translate}</a>
<ul>
{foreach from=$level2 key=name item=urlParameters name=level2}
{if $name != '_url'}