Topic: Include in main.tpl
hallo,
i am testing punbb scripts. i'm trying to put this ssi code
<?php
include ("menu.txt");
?>
but it doesn't load in mainpage. do anyboady know how i can put that ssi code in main.tpl?
thnx
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 discussion → Include in main.tpl
hallo,
i am testing punbb scripts. i'm trying to put this ssi code
<?php
include ("menu.txt");
?>
but it doesn't load in mainpage. do anyboady know how i can put that ssi code in main.tpl?
thnx
Have a look in faq.html. The replacement tag for including files in the templates is pun_include, i.e.
<pun_include "menu.txt">
it works
thnx
PunBB Forums → PunBB 1.2 discussion → Include in main.tpl
Powered by PunBB, supported by Informer Technologies, Inc.