Massimo,

You have config settings for title and subtitle how about doing this
for the footer too?

in configure.html

settings.footer='my footer'

in layout.html:

<div class="footer">
    {{if response.footer:}}
    {{=response.footer}}
    {{else:}}
    <p>Created by {{=response.author}} - Powered by <a
href="http://www.web2py.com";>web2py</a></p>
    {{pass}}
  </div><!-- footer //-->


just a thought :)

-wj

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to