View Single Post
  #4  
Old 09-12-2007, 02:40 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Removing the Help Zone title

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.
__________________
xcart 5.1.2
Reply With Quote