Changeset 843 in ExiteCMS for trunk/forum/viewthread.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/forum/viewthread.php

    r834 r843  
    117117    define("iMOD", false);  
    118118} 
     119 
     120// check if this user is allowed to blacklist 
     121$variables['user_can_blacklist'] = checkrights("B"); 
    119122 
    120123// get information about the current thread 
Note: See TracChangeset for help on using the changeset viewer.