| Line | Code C:\\www\\acidy.info\\tmp\\%%70^705^7057631A%%render-block.tpl.php |
|---|
| 12 |
<div class="box" id="block_<?php echo $this->_tpl_vars['block']['id']; ?>
| | 13 |
">
| | 14 |
<?php endif; ?>
| | 15 |
<?php if ($this->_tpl_vars['block']['type'] == 'smarty'): ?>
| | 16 |
<?php require_once(SMARTY_CORE_DIR . 'core.run_insert_handler.php');
#0 require_once() called at [C:\www\acidy.info\tmp\%%70^705^7057631A%%render-block.tpl.php:16]
#1 include(C:\www\acidy.info\tmp\%%70^705^7057631A%%render-block.tpl.php) called at [C:\www\acidy.info\includes\classes\smarty\Smarty.class.php:1872]
#2 Smarty._smarty_include(Array) called at [C:\www\acidy.info\tmp\%%F7^F7F^F7F34188%%header.tpl.php:215]
#3 include(C:\www\acidy.info\tmp\%%F7^F7F^F7F34188%%header.tpl.php) called at [C:\www\acidy.info\includes\classes\smarty\Smarty.class.php:1872]
#4 Smarty._smarty_include(Array) called at [C:\www\acidy.info\tmp\%%45^45E^45E480CD%%index.tpl.php:6]
#5 include(C:\www\acidy.info\tmp\%%45^45E^45E480CD%%index.tpl.php) called at [C:\www\acidy.info\includes\classes\smarty\Smarty.class.php:1265]
#6 Smarty.fetch(index.tpl, en|423|1|descending|date, , 1) called at [C:\www\acidy.info\includes\classes\smarty\Smarty.class.php:1108]
#7 Smarty.display(index.tpl, en|423|1|descending|date, ) called at [C:\www\acidy.info\includes\classes\esynSmarty.php:72]
#8 esynSmarty.display(index.tpl, en|423|1|descending|date) called at [C:\www\acidy.info\index.php:355] WARNING require_once(C:/www/acidy.info\\includes\\classes\\smarty\\internals\\core.run_insert_handler.php) [function.require-once]: failed to open stream: Too many open files | | 17 |
echo smarty_core_run_insert_handler(array('args' => array('name' => 'dynamic', 'content' => $this->_tpl_vars['block']['contents'])), $this); ?>
| | 18 |
<?php
| | 19 |
<?php elseif ($this->_tpl_vars['block']['type'] == 'plain'): ?>
| | 20 |
<?php echo ((is_array($_tmp=$this->_tpl_vars['block']['contents'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
| | 21 |
<?php
|
|