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:
plegall
2006-02-20 22:14:24 +00:00
parent d62ce73760
commit 16034a592a
4 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -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']))
{