Another way, maybe a bit more hackish is to have a soft link to the
global view dir in your app view dir. If you're under linux or macos,
that is.

On Nov 9, 9:19 am, mdipierro <[EMAIL PROTECTED]> wrote:
> yes
>
> On Nov 9, 2:16 am, "Phyo Arkar" <[EMAIL PROTECTED]> wrote:
>
> > Sorry
> > I mean like this
>
> > in appadmin.py
>
> > response.view=appadmin.html
> > and that make all functions inside appadmin.py uses appadmin.html
> > appadmin.html have {{extend layout.html}}
>
> > So that make it global  for whole appadmin rite?
>
> > On Sun, Nov 9, 2008 at 7:47 AM, Phyo Arkar <[EMAIL PROTECTED]> wrote:
> > > response.view = layout.html defined at global scope (above all methods) ?
>
> > > On Sun, Nov 9, 2008 at 3:56 AM, Yarko T <[EMAIL PROTECTED]> wrote:
>
> > >> ugh!
> > >> I think we need to start thinking about some "sitewide"  location for
> > >> views / plugins / standard statics...  and a gluon-managed variable for
> > >> locating it's head.
>
> > >> This would allow (among other things) a way for an application to specify
> > >> / modify that "master" place -  it would not be my preference, but this 
> > >> is
> > >> certainly ONE way to handle versioning ties between (for example) t2 and 
> > >> an
> > >> application.
>
> > >> I think after the holidays we should have an IRC open meeting to come
> > >> discuss the issues, and come up with some proposals.
>
> > >> Yarko
>
> > >> On Sat, Nov 8, 2008 at 8:39 AM, mdipierro <[EMAIL PROTECTED]>wrote:
>
> > >>> {{extend '../../appname/views/layout.html}}
>
> > >>> On Nov 8, 4:18 am, Grahack <[EMAIL PROTECTED]> wrote:
> > >>> > Is there a mean to have the layout.html centralized across multiple
> > >>> > apps?
--~--~---------~--~----~------------~-------~--~----~
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