[SOLVED] Re: [solved] CGblog post title in page title
Posted: Thu Jul 08, 2010 4:31 am
Wll it *was* set to True... but setting it to False WORKED!!! I'm way too excited now! Thank you for finding the fault!
Mitch
Mitch
Content management as it is meant to be
https://forum.cmsmadesimple.org/
Code: Select all
{assign var='pagetitle' value=$entry->title}
Code: Select all
<title>{if isset($pagetitle)}{$pagetitle}{else}{title}{/if} | {sitename}</title>