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:
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>