tag combination title
See https://github.com/Piwigo/Piwigo/issues/1179 and
https://github.com/Piwigo/Piwigo/commit/5bf85c982b2b7f3e63fefb2d8cfea7a8bcc9e591
In the <head> section of header.tpl, we have added :
This feature will only work if the theme has it in its header.tpl file,
if any.
plugin "Has Settings"
In Piwigo 11, plugins are no longer listed in the administration menu.
Instead we have a "Settings" button in the box of the plugin. The button
is activated by the old get_admin_plugin_menu_links trigger but can be
replaced by the "Has Settings" in the main.inc.php file header.
You can replace:
by the last line "Has Settings":
This will obviously be only compatible with Piwigo 11+. So maybe you can
keep both for a while.
You can write "Has Settings: webmaster" if you want only users with
"webmaster" status to see the link.