Ignore:
Timestamp:
Dec 3, 2005, 6:33:38 PM (18 years ago)
Author:
chrisaga
Message:

improve template : split theme from template itself

rest of the job : template (yoga), themes (clear dark), and php to handle them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/configuration.php

    r882 r960  
    244244    $blockname = 'default.template_option';
    245245
    246     foreach (get_templates() as $pwg_template)
     246    foreach (get_themes() as $pwg_template)
    247247    {
    248248      if (isset($_POST['submit']))
Note: See TracChangeset for help on using the changeset viewer.