View Single Post
  #4  
Old 05-17-2003, 12:03 AM
 
Alan Alan is offline
 

Advanced Member
  
Join Date: Feb 2003
Posts: 83
 

Default

Hello poboy,

If you would still like to create a link for your client, then in your subcategories.tpl locate your <a href> links to your home.php section.

Please put them BEFORE your {section} code:

{if $location.1 ne ""}
{assign var="new_window" value="`target="_blank" `"}
{/if}

Please note the backticks within value.

In your <a href> link do:
<a {$new_window}href="home.php?cat={$cat}">

*sorry I might have not gotten the syntax correct, it's from memory.*

Not the most elegant method, but I think it'll work.
__________________
Best Regards!
Alan
Search is my friend
Reply With Quote