Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/elements/headers/page_header_full.thtml
diff options
context:
space:
mode:
authorBenoit Tremblay <bentremblay@benoit-tremblays-macbook-pro.local>2009-10-21 01:16:40 (GMT)
committer Benoit Tremblay <bentremblay@benoit-tremblays-macbook-pro.local>2009-10-21 01:16:40 (GMT)
commit8572feb14a7d38ef0d5a08f731a5b44856d799f9 (patch)
treeb2d20a5c9228f3cd8c7e7617d126a221a66c9494 /site/app/views/elements/headers/page_header_full.thtml
parentbe90c93f29353ddcb7dbea685ff27904548f3674 (diff)
Small UI changes for Tutorius
Diffstat (limited to 'site/app/views/elements/headers/page_header_full.thtml')
-rw-r--r--site/app/views/elements/headers/page_header_full.thtml15
1 files changed, 1 insertions, 14 deletions
diff --git a/site/app/views/elements/headers/page_header_full.thtml b/site/app/views/elements/headers/page_header_full.thtml
index b5f8ea8..de623a3 100644
--- a/site/app/views/elements/headers/page_header_full.thtml
+++ b/site/app/views/elements/headers/page_header_full.thtml
@@ -95,20 +95,7 @@
<div id="aux-nav" role="navigation">
<ul id="other-apps" class="change" title="<?=___('Find add-ons for other applications');?>">
<li>
- <a href="#" class="controller"><?=___('Other Applications')?></a>
- <ul><?php
- global $app_shortnames, $app_prettynames;
- $applist = array();
- foreach (array_keys($app_shortnames) as $_app) {
- if ($app_shortnames[$_app] == APP_ID)
- continue; // don't show current app
- ?>
- <li id="app-<?=$_app?>" class="<?=$_app?>">
- <a href="<?=$html->url("/$_app/",false,true,false)?>"><?=$app_prettynames[$_app]?></a>
- </li>
- <?php
- }
- ?></ul>
+
</li>
</ul>