View Single Post
  #11  
Old 10-25-2004, 01:48 AM
 
pmstudios pmstudios is offline
 

Senior Member
  
Join Date: May 2004
Posts: 133
 

Default

Hi Gijs,

You could merge both if statements togther since the content within each is the same:

Code:
<table width="100%"> <tr> <td align="center"><h1>{$lng.lbl_tab_how_to}</h1></td> </tr> <tr> <td>{$lng.lbl_how_to_text} </td> </tr> </table> {if $store_language eq "NL" or $store_language eq "US"} {capture name=dialog} {section name=pg loop=$pages_menu} {if $pages_menu[pg].pageid ne "1"} {$pages_menu[pg].title} {/if} {/section} {/capture} {include file="dialog.tpl" title=$lng.lbl_tab_how_to content=$smarty.capture.dialog extra="width=100%"} {/if}
__________________
X-Cart 4.0.5
MySQL: 3.23.58
PHP 4.3.2
Reply With Quote