1 johnnyeng Jul 08, 2005 21:58
3 johnnyeng Jul 09, 2005 00:47
thanks for your help Isaac!
The true name of that variable was the key to success!
I put the following snippet into _main.php and *presto* anything can be included (or excluded) from a 'permalink' type entry.
<?php if (ereg ("(_.*_)", $title)) {
echo ('whatever_you_want'); }
?>
:D johnnyeng
The thing you're looking for is a global variable called "$title".
It will only exist once /b2evocore/_main.php has been included (it's actually b2evocore/_vars.php that assigns it.) That means you should be able to access it in your skin's _main.php file.