Hello,
I did this so another css file is used when im not on the FrontPage.
<?php
if ($page->id==1) { <link type="text/css" href="<?php
echo $config->urls->templates?>styles/twentythings.css"
rel="stylesheet" media="screen" /> }
if (!$page->id==1) { <link type="text/css"
href="<?php echo $config->urls->templates?>styles/twentythings2.css"
rel="stylesheet" media="screen" /> }
?>
But now I see a 500 error. What did I do wrong ?
Roelof
Edit 1 : on the error.txt I see this message: Parse Error: syntax error, unexpected '