Changeset 960 for trunk/profile.php


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/profile.php

    r902 r960  
    206206$blockname = 'template_option';
    207207
    208 foreach (get_templates() as $pwg_template)
     208foreach (get_themes() as $pwg_template)
    209209{
    210210  if (isset($_POST['submit']))
Note: See TracChangeset for help on using the changeset viewer.