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

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include

    • Property svn:ignore
      •  

        old new  
        11mysql.inc.php
         2config_local.inc.php
  • trunk/include/template.php

    r858 r960  
    331331      // PWG specific : communication between template and $lang
    332332      $code = preg_replace('/\{lang:([^}]+)\}/e', "l10n('$1')", $code);
     333      // PWG specific : expand themeconf.inc.php variables
     334      $code = preg_replace('/\{themeconf:([^}]+)\}/e', "get_themeconf('$1')", $code);
    333335           
    334336      // replace \ with \\ and then ' with \'.
Note: See TracChangeset for help on using the changeset viewer.