It's in lib-common.php

At 03:50 PM 2/20/2003 -0500, you wrote:
Yes, that helps very much.  I understand how it is applied now.  You said
that "Well, in COM_siteHeader() you'll see a call to set_var('welcome_msg',
$someStringVariable)", but what file is this defined in?  Is this an
individual theme thing or is this defined somewhere for the entire layout
section reguardless of the theme?  Sorry if I am not getting it?

Thanks

-----Original Message-----
From: Tony Bibbs [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 20, 2003 3:40 PM
To: '[EMAIL PROTECTED]'
Subject: Re: [geeklog-users] Function calls


Those curly bracket items are template variables, not really functions.
The code is responsible for replacing those variables with the appropriate
dynamic HTML output.  So, for example, in header.thtml you see
{welcome_msg}.  Well, in COM_siteHeader() you'll see a call to
set_var('welcome_msg', $someStringVariable). It's that code that actually
replaces what you see.

HTH,

--
Tony Bibbs          "I guess you have to remember that those who don't
[EMAIL PROTECTED]  hunt or fish often see those of us who do as
                    harmlessly strange and sort of amusing. When you
                    think about it, that might be a fair assessment."
                    --Unknown


_______________________________________________
geeklog-users mailing list
[EMAIL PROTECTED]
http://lists.geeklog.net/listinfo/geeklog-users

----------------------------------------------------------------------------
This message, including any attachments, is intended only for the use of the
addressee and contains information that is PRIVILEGED and CONFIDENTIAL.  It
may be used only by the addressee and may not be divulged without the
express consent of the sender.  If you have received this communication in
error, please erase all copies of the message and its attachments and notify
us immediately.  Thank you.
----------------------------------------------------------------------------
_______________________________________________
geeklog-users mailing list
[EMAIL PROTECTED]
http://lists.geeklog.net/listinfo/geeklog-users

Dwight
[EMAIL PROTECTED]

Reply via email to