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/functions_html.inc.php

    r948 r960  
    4444  if ( $diff < $user['recent_period'] * $day_in_seconds )
    4545  {
    46     $icon_url = './template/'.$user['template'].'/theme/';
    47     $icon_url.= 'recent.png';
     46    $icon_url = get_themeconf('icon_dir').'/recent.png';
    4847    $title .= $user['recent_period'];
    4948    $title .=  '&nbsp;'.$lang['days'];
Note: See TracChangeset for help on using the changeset viewer.