Hi,
i need to include (header.html)
at my header.tpl
i used the php include and the smarty include command but both of them didn't work
i appreciate any suggestions
Hi,
i need to include (header.html)
at my header.tpl
i used the php include and the smarty include command but both of them didn't work
i appreciate any suggestions
...
{php}
include("/path/to/header.html");
{/php}
Thanx alot
it worked pretty fine
i didn't expect to have a solution in such short time
thanx again
...