Тема: Вопрос Проблема в members.php
Показать сообщение отдельно
Старый 24.05.2012, 11:15 Вверх   #6
Грамотный форумчанин
 
Аватар для Decade
Decade вне форума
Доп. информация
По умолчанию

15 строка пустая
PHP код:
<?php
/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 3.8.4
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2000-2009 Jelsoft Enterprises Ltd. All Rights Reserved. ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/

// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE & ~8192);

// #################### DEFINE IMPORTANT CONSTANTS #######################
define('THIS_SCRIPT''memberlist');
define('CSRF_PROTECTION'true);

// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array(
    
'user',
    
'search',
    
'cprofilefield',
    
'reputationlevel',
);

// get special data templates from the datastore
$specialtemplates = array();

// pre-cache templates used by all actions
$globaltemplates = array(
);

// pre-cache templates used by specific actions
$actiontemplates = array(
    
'none' => array(
        
'memberlist',
        
'memberlist_letter',
        
'memberlist_results_header',
        
'memberlist_resultsbit',
  Ответить с цитированием
 
Время генерации страницы 0.05125 секунды с 9 запросами