Ignore:
Timestamp:
Nov 29, 2011, 5:44:13 AM (12 years ago)
Author:
rvelices
Message:

removed unused css rules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_user.inc.php

    r12339 r12670  
    931931  foreach (array_keys(get_pwg_themes()) as $theme_id)
    932932  {
    933     if (check_theme_installed($theme_id))
    934     {
    935       return $theme_id;
    936     }
     933    return $theme_id;
    937934  }
    938935}
Note: See TracChangeset for help on using the changeset viewer.