Dynamische CSS definierte Header!?

Hier bekommst Du deutschsprachigen Support. Keine Fehlermeldungen oder Erweiterungswünsche bitte!
User avatar
Cipolla
Posts: 451
Joined: Sat 16. Feb 2008, 20:39
Location: Muppet Show

Re: Dynamische CSS definierte Header!?

Post by Cipolla »

ja, sorry das ist so schon richtig. Deine Bilder halt im Format (Seitenebene Überschrift)_back.jpg anlegen.
...
planetsuhl
Posts: 51
Joined: Mon 19. May 2008, 14:23

Re: Dynamische CSS definierte Header!?

Post by planetsuhl »

Cipolla wrote:ja, sorry das ist so schon richtig. Deine Bilder halt im Format (Seitenebene Überschrift)_back.jpg anlegen.
Jawohl! Oder einfach

"acat_name" in "acat_pagetitle" ändern! Funzt! Danke!

Code: Select all

<?php
// ----------------------------------------------------------------
// obligate check for phpwcms constants
if (!defined('PHPWCMS_ROOT')) {
   die("You Cannot Access This Script Directly, Have a Nice Day.");
}
// ----------------------------------------------------------------
// PAGETITLE replacement
if( ! (strpos($content["all"],'{PAGETITLE}')===false)) {
   $content["all"] = str_replace('{PAGETITLE}', $content["struct"][$content["cat_id"]]
["acat_pagetitle"], $content["all"]);
} ?>
Post Reply