here is the low budget way of doing it for php, i think it is quite easy to do it for perl.<br /><br />find this line in main.inc.php:<br /><br /> echo "<SPAN CLASS=\"onbody\">";<br /> include "$thispath/includes/header.php";<br /> echo "</SPAN>";<br /><br />and change it so it looks like this:<br /><br /> // ----------------------------<br /> // require the header.php file<br /> echo "<SPAN CLASS=\"onbody\">";<br /> if ($cat) {<br /> include "$thispath/includes/header$cat.php";<br /> }<br /> else {<br /> include "$thispath/includes/header.php";<br /> }<br /> echo "</SPAN>";<br /><br />see the low budget factor is that you now have to make a header2.php, header1.php, header3.php file for each category that you have and place them in your includes folder.<br /><br />[:red]--------------</font color=red><br />
http://extremeforums.org/index