Hello,
Could anyone tell me how to edit the text on the main page. Basically there is a link titled 'Menu' at the top. However it is not immeditely obvious that this is a link. I would like to add in brackets "(Show/Hide)" to make it a little more obvious that the viewer can click on this to expand the menu and view the additional options.
I tried downloading the source and running Grep searches to try and track this down and did try a few things. However none worked and I am not a programmer...
Another option would be to set the menu options to display by default ...
Could anyone advise?
I am using the Simple Black Theme...
Many Thanks,
Max.
Offline
Use http://piwigo.org/ext/extension_view.php?eid=144 to edit the language files
Offline
1) install/activate [extension by Piwigo Team] LocalFiles Editor from screen [Administration > Plugins > Manage]
2) open [Administration > Plugins > LocalFiles Editor > language edit local file language and paste the following code:
<?php
$lang['Menu'] = "Menu (Show/Hide)";
?>
Offline