New plugin output added to page header top
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 6 Feb 2007 03:53:01 +0000 (03:53 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 6 Feb 2007 03:53:01 +0000 (03:53 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12228 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/page_header.tpl
templates/default_advanced/page_header.tpl

index 88c6aeb3edb374985d7b352ee5cc37bae77a9840..f21b45b5058e199cfde096baeafcbe7d412b572e 100644 (file)
@@ -63,6 +63,7 @@ $help_link            = makeInternalLink ('src/help.php', $help_str);
 <body <?php echo $body_tag_js; ?>>
 <div id="page_header">
 <a name="pagetop"></a>
+<?php if (!empty($plugin_output['page_header_top'])) echo $plugin_output['page_header_top']; ?>
 <!-- Begin Header Navigation Table -->
 <table class="table_empty" cellspacing="0">
  <tr>
index a2880de79f568c29d5c8705aa062151aa0a82f12..0c9af0389f085ca996feb31b52ba01d6453e63dc 100644 (file)
@@ -73,6 +73,7 @@ $help_link            = makeInternalLink ('src/help.php', $help_str);
 ?>
 <div id="page_header">
 <a name="pagetop"></a>
+<?php if (!empty($plugin_output['page_header_top'])) echo $plugin_output['page_header_top']; ?>
 <!-- Begin Header Navigation Table -->
 <table class="table_empty" cellspacing="0">
  <tr>