Titel in der Kopzeile anzeigen
Posted: Mon 12. Jun 2006, 18:04
Hi Leute,
weiß jemand wie man den Artikeltitel in der Kopfzeile einfügen kann?
weiß jemand wie man den Artikeltitel in der Kopfzeile einfügen kann?
The phpwcms support forum will help to find answers to your questions. The small but strong community is here since more than 10 years.
https://forum.phpwcms.org/
Code: Select all
Vorlage: Seitenlayout:
----------------+------------------+------------------
1. HEADER = Kopfzeile Kopfzeile: Höhe:
2. MAIN = Haupt Haupt: Breite:
3. LEFT = links links: Breite:
4. RIGHT = rechts rechts: Breite:
5. FOOTER = Fußzeile Fußzeile: Höhe:
6. TOP = Abstand oben
7. SPACE LEFT = Abstand links
8. SPACE LEFT = Abstand rechts
9. BOTTOM = Abstand unten
----------------+------------------+------------------
Code: Select all
[PHP]echo $GLOBALS['content']['articles'][$GLOBALS['aktion'][1]]['article_title'];[/PHP]