Topic: include() within .tpl files?
Hi all!
I'm having a little problem here
I'm trying to use the php function : include() within the file "main.tpl", but it ain't goin' so well
How do i do this?
I want to add a news article within the forum..
cutenews by the way
this is what i try to do:
<?php
$number = "4";
include('../news/show_news.php');
?>
But it ain't working at all
So, please help me with this...
/linux4me