projects
/
banana.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0af957d
)
header tuning
author
x99bachelart
<x99bachelart>
Tue, 9 Sep 2003 23:44:49 +0000
(23:44 +0000)
committer
x99bachelart
<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
patch
|
blob
|
blame
|
history
diff --git
a/article.php
b/article.php
index
57ce054
..
22283f9
100644
(file)
--- a/
article.php
+++ b/
article.php
@@
-99,7
+99,7
@@
summary="<?php echo $locale['article']['summary'];?>">
</th>
</tr>
<?php
-foreach ($news['head
'] as $real => $nick
) {
+foreach ($news['head
disp'] as $nick => $real
) {
if (isset($post->headers->$nick))
echo "<tr><td class=\"{$css['bicoltitre']}\">$real</td>"
."<td>".formatdisplayheader($nick,$post->headers->$nick,$spool)