Re: Strange behaviour of templates compiler [message #24405 is a reply to message #24404] |
Wed, 27 April 2005 14:47 |
akie
Messages: 12 Registered: March 2005 Location: Russia
Karma:
|
Junior Member |
|
|
Thank you for quick reply.
Yes, I add {REF...} right after file id tag:
/***************************************************************************
* copyright : (C) 2001-2004 Advanced Internet Designs Inc.
* email : forum(at)prohost(dot)org
* $Id: header.tmpl,v 1.1 2005/04/25 14:07:18 iz Exp $
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
***************************************************************************/
{REF: selmsg.tmpl}
{MAIN_SECTION: header forum page header}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
tttteeeesssssttttt
<head>
<title>{GVAR: FORUM_TITLE}{VAR: TITLE_EXTRA}</title>
{META-CONTENT-LANGUAGE}
<BASE HREF="{FULL_ROOT}">
/* the rest of file */
It doesn't work. I rebuild theme - but no changes in output ("tttteeeesssssttttt"). If I remove {REF: ...} and rebuild theme - it appears, everything is ok. What is wrong?
Btw, why Theme Manager doesn't show any warning/errors if something is wrong?
[Updated on: Wed, 27 April 2005 14:48] Report message to a moderator
|
|
|