Where is $footer_message defined

chinni12 - March 25, 2008 - 01:40

Where are the variables like $footer_message are defined? If I need to set my own text as footer, how do I set this variable?

Thanks,
Chinni

=-=

VeryMisunderstood - March 25, 2008 - 01:43

footer message is set in administer -> site information -> footer message

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

Newbie question. I have set

arragon - May 20, 2008 - 08:52

Newbie question. I have set the footer but having issues setting up a hyperlink to an internal node. I have tried:

<a href:"/terms">Terms and Conditions</a>

and

<a href:"http://mira/drupal/terms">Terms and Conditions</a>

But while presented as a link, neither actually offers to take me anywhere. (I hope that gets past the filters properly...)

TIA

David

=-=

VeryMisunderstood - May 20, 2008 - 12:04

you are using malformed HTML. The : is causing the problem

use

<a href="url">TEXT</a>

note: the non use of a : in the above

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

God you're spot on. What a

arragon - May 22, 2008 - 09:45

God you're spot on. What a dope! Couldn't see it for looking!!

 
 

Drupal is a registered trademark of Dries Buytaert.