Jump to content

include function on .tpl file?


foreverhex

Recommended Posts

I have a phpBB (who doesn't?) and I wanted to know if there was an equivalent of [code]<?php
include 'file.php';
?>[/code] for a .tpl file? I tried [code]{include file="file.php"}[/code] but that didn’t seem to work. Is there a certain spot I need to put the code?

P.S. I tryed asking ppl at phpBB and there hasn't been one reply in a day!!!
Link to comment
https://forums.phpfreaks.com/topic/14866-include-function-on-tpl-file/
Share on other sites

If you want to include a file within a phpBB Template file then this will require a mod for phpBB to beable to do what you are trying to do. The best possible way is to asking the MOD team over at phpBB.com for such a mod. Also I'm moving this thread to the third party PHP scripts forum.
  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.