Changeset 843 in ExiteCMS for trunk/profile.php


Ignore:
Timestamp:
09/27/07 19:34:07 (5 years ago)
Author:
hverton
Message:

Moved all CMS templates from the theme to the include directory. They are theme independent
Added a Smarty resource to load templates from strings
Some XHTML fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/profile.php

    r834 r843  
    136136        } 
    137137        $data['cc_flag'] = $cc_flag; 
    138         $data['user_level'] = getuserlevel($data['user_level']); 
    139138        $members[] = $data; 
    140139    } 
Note: See TracChangeset for help on using the changeset viewer.