I created a new template and borrowed a code from fallback....
Is there a way to add an additional <link> tag to this bts select code without hard-coding it into main_page.tpl.php...or is it best to hardcode a <link> tag above or below this code?Code:<?php if (bts_select('stylesheets', $PHP_SELF)) { // if a specific stylesheet exists for this page it will be loaded ?> <link rel="stylesheet" type="text/css" href="<?php echo (bts_select('stylesheets', $PHP_SELF)); // BTSv1.5 ?>"> <?php } else { ?> <link rel="stylesheet" type="text/css" href="<?php echo (bts_select('stylesheet','stylesheet.css')); // BTSv1.5 ?>"> <?php }...
Just to get a general idea where I'm going with this...I'm experimenting with an additional stylesheet that will be used as an override, and attached to the template.
thanks for any advice
bh



LinkBack URL
About LinkBacks







Bookmarks