PHP code snippet – How to make diffrent pages have diffrent styles?
<html> <head> <title></title> <link rel="stylesheet" type="text/css" href="main_style_sheet.css" /> <? if (isset($css) && is_array($css)) foreach ($css as $path) printf('<link rel="stylesheet" type="text/css" href="%s" />', $path); ?> </head> <body>