$css_url) { $css_file_theme=substr($css_file,0,-4); // echo $css_file_theme; $css_link_html.=css_link($css_url, $css_file_theme, ($css_file_theme!=$themeid), 'screen', ''); } /** output CSS links **/ echo $css_link_html; /** * $Log$ * Revision 1.3 2006/07/10 15:48:51 vanmer * - added new utils_css file to contain CSS-related functions for use in templates * - altered stylelink template to use new util_css.php file for all function definitions * * Revision 1.2 2006/07/09 22:37:35 vanmer * - added variable initalization and check on variable * * Revision 1.1 2006/07/09 22:23:03 vanmer * - intial revision of a template to display CSS links at the top of the page * * **/ ?>