Changeset 7336

Show
Ignore:
Timestamp:
10/22/10 10:00:18 (3 years ago)
Author:
patdenice
Message:

Wrong constant for theme path.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extensions/PWG_Stuffs/include/class.inc.php

    r6230 r7336  
    177177    foreach ($smarty->get_template_vars('themes') as $theme) 
    178178    { 
    179       if (file_exists(PHPWG_THEMES_DIR.$theme['id'].'/stuffs_index.css')) 
     179      if (file_exists(PHPWG_THEMES_PATH.$theme['id'].'/stuffs_index.css')) 
    180180      { 
    181181        array_push($css, '<link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/'.$theme['id'].'/stuffs_index.css">');