1
This is the mylinks_link.html template file
Quote:
<{$lang_category}> <{$link.category}> |
<{$link.title}> | <{$lang_lastupdate}><{$link.updated}> |
<{$link.adminlink}><{$lang_description}> <{if $link.logourl != ""}> <{/if}> /modules/shoutcast/<{$link.description}>'); ?>
|
<{$lang_hits}><{$link.hits}> <{$lang_rating}><{$link.rating}> (<{$link.votes}>) |
the next problem is this: Quote:
/modules/shoutcast/<{$link.description}>'); ?>
When i put in the discription of the link test.php the file test.php is showing up in the discriptionbox. Now i don`t want an iframe i want the php inlude in the discription like you do in php files with--> include('<{$xoops_url}>/modules/shoutcast/<{$link.description}>');
?>
But the temp file is .html the php include is not showing up. Can i do this on a other way ?
I have try to change mylinks_link.html in _link.php in all the mylinks files but it is not working.......