I'm having a weird problem and the few posts I found for some reason didn't help.
I'm getting the following error although I've created the php page and the corresponding tpl file.
Fatal error: TPL: [in line 0]: syntax error: file 'yget/head.tpl' does not exist in /home/content/p/a/w/pawit/html/class.template.php on line 898
I've changed these few lines, but had no luck. -->
define('pagename', 'shop');
$main_smarty->assign('pagename', pagename);
$main_smarty->assign('tpl_center', $the_template . '/shop');
$main_smarty->display($the_template . '/pligg.tpl');
I'm still getting the error, here is my tpl file....
{config_load file="/libs/lang.conf"}
<html lang="en">
{include file=$tpl_head.".tpl"}
<body>
{include file=$tpl_body.".tpl"}
</body>
</html>
Any suggestions?
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| Fatal Error when adding page... |
| ||||
|
Try this... {include file=$the_template."/".$tpl_body.".tpl"} EDIT. dude my mind just gone mad...try to help later!!
__________________ ..::. MoonRank USA .::. Last edited by moonomo; 03-10-2007 at 03:24 PM.. |
| ||||
|
in your shop.tpl just put what code you want as the center of your page. pligg.tpl will handle that for you.
__________________ Anatomy of the Pligg template Help needed |
| ||||
|
Hi, I created a function/page which let print out any story...later I will release this to pligg. I created a 'print' directory in the template folder, puts 'moon_print.tpl' and all template code goes there...in moonprint.php i include it like: Quote:
Quote:
__________________ ..::. MoonRank USA .::. Last edited by moonomo; 03-10-2007 at 03:38 PM.. |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Page Variables | Yankidank | Wiki Articles | 1 | 08-13-2008 03:59 AM |
| Adding New Page with Friendly URL | manifesto | Template Support | 2 | 12-07-2007 12:35 PM |
| Brain Fart! Adding another page? | gossipqueenie | General Help | 2 | 10-26-2007 01:16 PM |
| adding a "tags" input box to the front page? | abcdefgary | General Help | 0 | 05-23-2007 11:07 PM |
| Adding the Category Name on each page | newuser | General Help | 2 | 03-21-2007 03:44 PM |




Linear Mode

