mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +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:
@@ -253,7 +253,7 @@ switch ($page['section'])
|
||||
|
||||
$blockname = 'default.template_option';
|
||||
|
||||
foreach (get_themes() as $pwg_template)
|
||||
foreach (get_pwg_themes() as $pwg_template)
|
||||
{
|
||||
if (isset($_POST['submit']))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user