If people want to remove the "powered by web2py" should they at least
do some work to achieve it? ;-)
But I like the idea of making the footer more customizable.

Massimo

On Dec 10, 2:55 pm, "Wes James" <[EMAIL PROTECTED]> wrote:
> 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 [email protected]
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