Gossamer Forum
Quote Reply
user template parsing
Does anyone know what the difference is between using:

Links::user_page('mytemplate.txt', $tags)

and

GT::Template->parse('mytemplate.txt', $tags)

is?


http://www.iuni.com/...tware/web/index.html
Links Plugins
Quote Reply
Re: [Ian] user template parsing In reply to
Have a look at Links.pm, sub user_page, and you will see...

(mainly data integrity checks and addition of tags/globals)

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] user template parsing In reply to
Hmmm, so it does.

I wonder if the first example is really meant for use within the GT code and the later is the 'public' use version. They do seem to get the same job done though.


http://www.iuni.com/...tware/web/index.html
Links Plugins