That text you described is visible in the development environment and is NOT visible in the production environment. Does it matter is its there in the development environment? As long as the production one doesn't have it you shouldn't worry as your end-users wont see it.
On Sun, Nov 22, 2009 at 9:53 PM, tirengarfio <[email protected]> wrote: > Anyway, when i'm using the development environment, the symfony bar > items (the symfony logo, , "config logs", "logs", the size of the page > and the time it took to load it) appear below the page content of the > signing page in this way: > > * 1.2.8 > * Config config > * Log logs > * Memory 5702.3 KB > * Time 373 ms > * Close > > > This is my view.yml file: > > default: > http_metas: > content-type: text/html > > metas: > #title: symfony project > #description: symfony project > #keywords: symfony, project > #language: en > #robots: index, follow > > stylesheets: [main.css] > > javascripts: [] > > has_layout: on > layout: layout > > signinSuccess: > has_layout: off > > > Any idea? > > Javi > > > On Nov 22, 2:15 pm, tirengarfio <[email protected]> wrote: > > Thanks Parijat! > > > > On Nov 21, 1:36 am, Parijat Kalia <[email protected]> wrote: > > > > > Go to config of your application, go to view.yaml....specify the page > you > > > don't want the layout and set has_layout: off > > > > > On Fri, Nov 20, 2009 at 12:14 PM, tirengarfio <[email protected]> > wrote: > > > > Hi, > > > > > > I have started to create the layout for my app, but it also appears > in > > > > my signining page... > > > > > > I dont want that, so what can i do? > > > > > > Bye > > > > > > Javi > > > > > > -- > > > > > > You received this message because you are subscribed to the Google > Groups > > > > "symfony users" group. > > > > To post to this group, send email to [email protected]. > > > > To unsubscribe from this group, send email to > > > > [email protected]<symfony-users%[email protected]> > <symfony-users%[email protected]<symfony-users%[email protected]> > > > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/symfony-users?hl=. > > -- > > You received this message because you are subscribed to the Google Groups > "symfony users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<symfony-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=. > > > -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en.
