Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [Andy] Using tags in a global?: Edit Log

Here is the list of edits for this post
Re: [Andy] Using tags in a global?
Maybe I am being dense, but have you tried in your global:

Code:
my $tags = shift;
my $date = $tags->{date};


This should give you access to "date" if it is a valid tag on the page the global appears on...

--
Matt G

Last edited by:

Matt Glaspie: Jun 12, 2002, 8:51 PM

Edit Log: