Ignore:
Timestamp:
07/05/10 12:21:21 (23 months ago)
Author:
fuze
Message:

Модуль "последние регистрации". Добавлена опция "горизонтальная таблица" для вывода последних пользователей в горизонтальном виде с возможностью указать количество колонок.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fuze/modules/mod_lastreg/module.php

    r223 r224  
    3333                        $usrs = array(); 
    3434                         
    35                         if ($cfg['view_type']=='table'){ 
     35                        if ($cfg['view_type']=='table' || $cfg['view_type']=='hr_table'){ 
    3636                                include_once($_SERVER['DOCUMENT_ROOT'].'/components/users/includes/usercore.php'); 
    3737                                while($usr = $inDB->fetch_assoc($result)){ 
Note: See TracChangeset for help on using the changeset viewer.