WebsiteBaker Support (2.8.x) > Templates, Menus & Design

template or background switcher

<< < (2/2)

Ogierini:
ships doesn't work.....

 :?

Ogierini:
Should this really work, because it doesn't for me?

Is there any other script available, to change css per page?

mr-fan:
hi,


--- Code: ---<?php
$filename = PAGE_TITLE;
$default = &#39;basic.css&#39;

if (file_exists($filename)) {
    $file = $filename;
} else {
    $file = $default;
}
?>
// CSS Ausgabe
<link href="<?php echo TEMPLATE_DIR; ?>/<?php echo $file; ?>.css" rel="stylesheet" type="text/css" media="screen" />
--- End code ---

=> untested + could work with PAGE_ID, too

regards
martin

Navigation

[0] Message Index

[*] Previous page

Go to full version