Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Westin] How do I make <%LinkOwner%> show up in detailed.html template as all capitals?

Quote Reply
Re: [Westin] How do I make <%LinkOwner%> show up in detailed.html template as all capitals? In reply to
Unsure if this will work, but try:

<%uc($LinkOwner)%>

If not, it can be done with a simple global:

change_to_uppercase
Code:
sub { return uc($_[0]); }

..then call with:

Code:
<%change_to_uppercase($LinkOwner)%>

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread How do I make <%LinkOwner%> show up in detailed.html template as all capitals? Westin 2555 May 15, 2009, 3:53 AM
Thread Re: [Westin] How do I make <%LinkOwner%> show up in detailed.html template as all capitals?
Andy 2452 May 15, 2009, 4:39 AM
Post Re: [Andy] How do I make <%LinkOwner%> show up in detailed.html template as all capitals?
Westin 2446 May 15, 2009, 5:32 AM