Доска почета

Varius

Пользователь
K

keysan

Гость
Вот какие то ошибки R374
Код:
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: MEDAL in /home/keysan/data/www/burtracker.ru/medal.php on line 46
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_TOP_10 in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 10
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_TOP_10_SIZE_DOWNLOAD in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 10
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_TOP_10 in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 56
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_TOP_10_RATIO in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 56
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_BEST_RELIZER in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 102
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_BEST_COUNT_DOWNLOAD in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 102
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_RELEASES in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 110
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_DOWNLOADS in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 111
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_ON_AVERAGE in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 112
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_BEST_RELIZER in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 146
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_BEST_COUNT_THANKS in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 146
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_RELEASES in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 154
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_AVERAGE_RATING in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 156
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_DOWNLOAD_MONTH in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 190
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_RELEASES in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 198
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_DOWNLOADS in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 199
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_ON_AVERAGE in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 200
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_THANKS_MONTH in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 234
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_RELEASES in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 242
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_AVERAGE_RATING in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 244
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_BEST_RELEASES in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 278
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_dlComplete_2 in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 287
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_BEST_RELEASES_MONTH in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 321
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_dlComplete_2 in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 330
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_BEST_RELEASES_WEEK in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 364
[23-Feb-2012 10:55:17 UTC] PHP Notice:  Undefined index: L_dlComplete_2 in /home/keysan/data/www/burtracker.ru/cache/tpl_default_medal.tpl.php on line 373
 

LegiOn

Пользователь
iwangord, вот пример вывода кнопки "Правила" через ланг. Разжевывать не буду, понять должен сам...
lang_main.php
PHP:
 $lang['TERMS'] = 'Правила';
page_header.tpl
PHP:
<a href="{U_TERMS}"><b>{L_TERMS}</b></a>
includes/ page_header.php
PHP:
 'U_TERMS' => $bb_cfg['terms_and_conditions_url'],
 
Сверху