Код: Выделить всё
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5010: Cannot modify header information - headers already sent by (output started at [ROOT]/cache/tpl_prosilver-se-l_attachment.html.php:7)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5012: Cannot modify header information - headers already sent by (output started at [ROOT]/cache/tpl_prosilver-se-l_attachment.html.php:7)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5013: Cannot modify header information - headers already sent by (output started at [ROOT]/cache/tpl_prosilver-se-l_attachment.html.php:7)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5014: Cannot modify header information - headers already sent by (output started at [ROOT]/cache/tpl_prosilver-se-l_attachment.html.php:7)Из кеша (7 строка отмечена плюсом)
Код: Выделить всё
<dl class="thumbnail">
+ <dt><a href="<?php echo $__file_val['U_DOWNLOAD_LINK']; ?>"><img src="<?php echo $__file_val['THUMB_IMAGE']; ?>" alt="<?php echo $__file_val['DOWNLOAD_NAME']; ?>" title="<?php if ($__file_val['COMMENT_CLEAN']) { echo $__file_val['COMMENT_CLEAN']; ?> / <?php echo $__file_val['DOWNLOAD_NAME']; } else { echo $__file_val['DOWNLOAD_NAME']; ?> (<?php echo $__file_val['FILESIZE']; ?> <?php echo $__file_val['SIZE_LANG']; ?>) <?php echo $__file_val['L_DOWNLOAD_COUNT']; } ?>" /></a></dt>
<?php if ($__file_val['COMMENT']) { ?><dd> <?php echo $__file_val['COMMENT']; ?></dd><?php } ?>
</dl>

