mirror of
https://github.com/Terranom674/Piwigo_Bratonien_Tools.git
synced 2026-09-19 19:54:31 +00:00
Bratonien Tools 0.9.4.7
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
Plugin Name: Bratonien Tools
|
Plugin Name: Bratonien Tools
|
||||||
Version: 0.9.4.6
|
Version: 0.9.4.7
|
||||||
Description: Erweiterbare Administrationswerkzeuge fuer die Bratonien-Piwigo-Installation.
|
Description: Erweiterbare Administrationswerkzeuge fuer die Bratonien-Piwigo-Installation.
|
||||||
Plugin URI: https://github.com/Terranom674/Piwigo_Bratonien_Tools
|
Plugin URI: https://github.com/Terranom674/Piwigo_Bratonien_Tools
|
||||||
Author: Bratonien
|
Author: Bratonien
|
||||||
@@ -110,7 +110,7 @@ function bratonien_tools_admin_menu($menu)
|
|||||||
|
|
||||||
if (isset($template) && is_object($template) && isset($template->html_head_elements) && is_array($template->html_head_elements))
|
if (isset($template) && is_object($template) && isset($template->html_head_elements) && is_array($template->html_head_elements))
|
||||||
{
|
{
|
||||||
$src = get_root_url().'plugins/'.rawurlencode(BRATONIEN_TOOLS_ID).'/nc-wizard-directories.js?v=0.9.4.6';
|
$src = get_root_url().'plugins/'.rawurlencode(BRATONIEN_TOOLS_ID).'/nc-wizard-directories.js?v=0.9.4.7';
|
||||||
$template->html_head_elements[] = '<script src="'.htmlspecialchars($src, ENT_QUOTES, 'UTF-8').'" defer></script>';
|
$template->html_head_elements[] = '<script src="'.htmlspecialchars($src, ENT_QUOTES, 'UTF-8').'" defer></script>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user