Edit views/layout.html and remove {{=auth.navbar(....)}} which is 
responsible for drawing that part of the page. Then write your own code for 
it

{{if auth.user:}}
<a href="{{=URL('default','user/logout')}}">logout</a>
{{else:}}
<a href="{{=URL('default','user/login')}}">login</a>
<a href="{{=URL('default','user/register')}}">register</a>
{{pass}}

add html as needed depending on how you want it to look.

On Saturday, 26 December 2015 13:38:34 UTC-6, RAGHIB R wrote:
>
> for example here, I want to remove profile in this pic and name in front 
> of welcome. how to do this?
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to