diff template for diff category
Posted: Mon Jul 04, 2005 5:12 am
Is it possible to change the template based on which category the viewer is on.
User and developer community
https://board.s9y.org/
Code: Select all
if ($serendipity['GET']['category'] == 2) {
$serendipity['template'] = 'template1';
} elseif ($serendipity['GET']['category'] == 3) {
$serendipity['template'] = 'template2';
}