| Line | Code C:\\www\\acidy.info\\index.php |
|---|
| 186 |
<?php
|
| 187 |
// if page cache time elapsed
|
| 188 |
if (!$esynSmarty->is_cached($render, $cache_id))
|
| 189 |
{
|
| 190 |
require_once(ESYN_TEMPLATES.$config->get('tmpl').ESYN_DS.'Layout.php');
#0 require_once() called at [C:\www\acidy.info\index.php:190] WARNING require_once(C:/www/acidy.info\\templates\\Thematic_BLUE\\Layout.php) [function.require-once]: failed to open stream: Too many open files |
| 191 |
<?php $gDirLayout = &new esynLayout;
|
| 192 |
<?php
|
| 193 |
<?php $esynSmarty->assign_by_ref('category', $category);
|
| 194 |
<?php $esynSmarty->assign('description', $category['meta_description']);
|
| 195 |
<?php $esynSmarty->assign('keywords', $category['meta_keywords']);
|