header tuning
authorx99bachelart <x99bachelart>
Tue, 9 Sep 2003 23:44:49 +0000 (23:44 +0000)
committerx99bachelart <x99bachelart>
Tue, 9 Sep 2003 23:44:49 +0000 (23:44 +0000)
- head => headers needed for display and spool building
- headdisp => displayed headers

article.php

index 57ce054..22283f9 100644 (file)
@@ -99,7 +99,7 @@ summary="<?php echo $locale['article']['summary'];?>">
     </th>
   </tr>
 <?php
-foreach ($news['head'] as $real => $nick) {
+foreach ($news['headdisp'] as $nick => $real) {
   if (isset($post->headers->$nick)) 
     echo "<tr><td class=\"{$css['bicoltitre']}\">$real</td>"
     ."<td>".formatdisplayheader($nick,$post->headers->$nick,$spool)