mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 18:53:01 +02:00
request 290: replace function get_themes name to avoid redeclaration from
Wordpress in jillij template. git-svn-id: http://piwigo.org/svn/trunk@1048 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -591,7 +591,7 @@ else
|
||||
|
||||
$blockname = 'template_option';
|
||||
|
||||
foreach (get_themes() as $pwg_template)
|
||||
foreach (get_pwg_themes() as $pwg_template)
|
||||
{
|
||||
if (isset($_POST['pref_submit']))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user