Bläddra i källkod

New plugin output added to page header top

pdontthink 18 år sedan
förälder
incheckning
49281974ab
2 ändrade filer med 2 tillägg och 0 borttagningar
  1. 1 0
      templates/default/page_header.tpl
  2. 1 0
      templates/default_advanced/page_header.tpl

+ 1 - 0
templates/default/page_header.tpl

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

+ 1 - 0
templates/default_advanced/page_header.tpl

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