Project

General

Profile

To remove the Identification menu item in Piwigo » History » Version 1

Gareth Eaton, 12/13/2024 04:22 PM

1 1 Gareth Eaton
h1. To remove the Identification menu item in Piwigo
2
3
To remove the Identification menu item in Piwigo:
4
5
Edited the file:
6
7
<pre>
8
/var/www/html/piwigo/themes/simpleng/template/menubar_identification.tpl
9
</pre>
10
11
Commented out or deleted this line:
12
<pre>
13
<a class="dropdown-toggle" data-toggle="dropdown" href="#">{'Identification'|@translate}</a>
14
</pre>
15
16
17
This removed the menu item from the navigation bar.