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
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
=-=
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
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
=-=
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
God you're spot on. What a dope! Couldn't see it for looking!!