smarty variable for welcome page?
which smarty template variable differentiates the initial home page (welcome page) from the rest catalog pages? In other words, in all these pages (home welcome page and any category/product viewing pages) the "$main" variable is set to "catalog". Is there any other smarty variable through which the code could differentiate between being in the welcome page and being in another catalog page? (after I did the usual smarty.php modification for outputting smarty variable values in the debug console, I have searched for any related assigned template variable but I couldn't find anything).
|