Ignore:
Timestamp:
Feb 20, 2006, 11:14:24 PM (18 years ago)
Author:
plg
Message:

request 290: replace function get_themes name to avoid redeclaration from
Wordpress in jillij template.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/configuration.php

    r1044 r1048  
    254254    $blockname = 'default.template_option';
    255255
    256     foreach (get_themes() as $pwg_template)
     256    foreach (get_pwg_themes() as $pwg_template)
    257257    {
    258258      if (isset($_POST['submit']))
Note: See TracChangeset for help on using the changeset viewer.