Re: display meta_title field on embedded pages
The {$page_data} is defined in "<xcart_dir>/pages.php" script.
If you've added the "meta_title" field to the "xcart_pages" table.
It should appear in {$page_data} automatically and can be accessed via {$page_data.meta_title} Smarty variable.
|