Ignore:
Timestamp:
Jul 21, 2003, 10:51:47 PM (21 years ago)
Author:
z0rglub
Message:

template as user_template for displaying pictures in the template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/comments.php

    r22 r29  
    140140$tpl = array( 'stats_last_days','delete','close','submit','open' );
    141141templatize_array( $tpl, 'lang', $sub );
     142$vtp->setGlobalVar( $sub, 'user_template', $user['template'] );
    142143//--------------------------------------------------- number of days to display
    143144if ( isset( $_GET['last_days'] ) ) define( MAX_DAYS, $_GET['last_days'] );
Note: See TracChangeset for help on using the changeset viewer.