Ignore:
Timestamp:
Oct 22, 2010, 10:00:18 AM (14 years ago)
Author:
patdenice
Message:

Wrong constant for theme path.

File:
1 edited

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">');
Note: See TracChangeset for help on using the changeset viewer.