1
Hello!
I use the following code when I want to show a code in the homele="color: #000000"><?php <{if $smarty.server.PHP_SELF=='/index.php'}> <{includeq file="$theme_name/home.html"}> <{/if}>
When I want to show the module pagele="color: #000000"><?php <{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 ?