Re: Knowing where I am...
Posted: Wed Jun 22, 2005 10:26 am
Yes, using PHP you can check that via:
Inside smarty this is already available as {$is_single_entry}. It contains a boolean true/false.
HTH,
Garvin
Code: Select all
$is_single_entry = (isset($serendipity['GET']['id']) && is_numeric($serendipity['GET']['id']));
HTH,
Garvin