1
           
            
                
     
    
    Hello!
I use the following code when I want to show a code in the home <{if $smarty.server.PHP_SELF=='/index.php'}> 
        <{includeq file="$theme_name/home.html"}> 
    <{/if}>  
When I want to show the module page <{if $xoops_dirname == "TDMDownloads"}> 
        <{includeq file="$theme_name/deneme.html"}> 
    <{/if}>  
I want <{if $xoops_dirname == "TDMDownloads/singlefile.php"}>
 <{includeq file="$theme_name/icerik.html"}>
 <{/if}>
and
 <{if $xoops_dirname == "TDMDownloads/viewcat.php"}>
 <{includeq file="$theme_name/icerik.html"}>
 <{/if}>
Is this possible ?