did my first if else thingy
{if $section eq "conditions"}
{include file="page_title.tpl" title="Terms and Conditions"}
{elseif $section eq "contactus"}
{include file="page_title.tpl" title="Contact Us"}
{elseif $section eq "about"}
{include file="page_title.tpl" title="About Us"}
{elseif $section eq "business"}
{include file="page_title.tpl" title="Privacy Statement"}
{else}
{include file="page_title.tpl" title=$lng.lbl_help_zone}
{/if}
Super simple, I know but it's exciting to me. I've only done HTML, CSS, and javaScript. PHP and Smarty have been intimidating.