#1 2003-10-29 03:36:35

NeoProg
Member
2003-05-11
3

Modify Left Menu

Hello :)

How can y modify the left menu ?

I would like delete the link : "personnalisation" (fr)

Y don't want people can change password or other ...

Thanks.

Offline

 

#2 2003-10-29 07:28:04

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14068

Re: Modify Left Menu

in category.php, delete

Code:

    182   // customization link
    183   $vtp->addSession( $handle, 'summary' );
    184   $url = './profile.php?cat='.$page['cat'];
    185   $url.= '&expand='.$page['expand'];
    186   if ( $page['cat'] == 'search' )
    187   {
    188     $url.= '&search='.$_GET['search'].'&mode='.$_GET['mode'];
    189   }
    190   $vtp->setVar( $handle, 'summary.url', add_session_id( $url ) );
    191   $vtp->setVar( $handle, 'summary.title', $lang['hint_customize'] );
    192   $vtp->setVar( $handle, 'summary.name', replace_space( $lang['customize'] ) );
    193   $vtp->closeSession( $handle, 'summary' );

Offline

 

Board footer

Powered by FluxBB