태그 (

Eval Error Detected (cached)!

template file: modules/board/skins/xe_default/_header.html
cache file: file:///home/u126973106/domains/ncfcmd.com/public_html/xe/files/cache/template_compiled/612a8c73547cc781465549fe3c6b5b45.compiled.php
Error: count(): Argument #1 ($value) must be of type Countable|array, null given
On Line: 4
Stack: TypeError Object
(
    [message:protected] => count(): Argument #1 ($value) must be of type Countable|array, null given
    [string:Error:private] => 
    [code:protected] => 0
    [file:protected] => /home/u126973106/domains/ncfcmd.com/public_html/xe/classes/template/TemplateHandler.class.php(434) : eval()'d code
    [line:protected] => 4
    [trace:Error:private] => Array
        (
            [0] => Array
                (
                    [file] => /home/u126973106/domains/ncfcmd.com/public_html/xe/classes/template/TemplateHandler.class.php
                    [line] => 434
                    [function] => eval
                )

            [1] => Array
                (
                    [file] => /home/u126973106/domains/ncfcmd.com/public_html/xe/classes/template/TemplateHandler.class.php
                    [line] => 203
                    [function] => _fetch
                    [class] => TemplateHandler
                    [type] => ->
                )

            [2] => Array
                (
                    [file] => /home/u126973106/domains/ncfcmd.com/public_html/xe/classes/display/HTMLDisplayHandler.php
                    [line] => 61
                    [function] => compile
                    [class] => TemplateHandler
                    [type] => ->
                )

            [3] => Array
                (
                    [file] => /home/u126973106/domains/ncfcmd.com/public_html/xe/classes/display/DisplayHandler.class.php
                    [line] => 64
                    [function] => toDoc
                    [class] => HTMLDisplayHandler
                    [type] => ->
                )

            [4] => Array
                (
                    [file] => /home/u126973106/domains/ncfcmd.com/public_html/xe/classes/module/ModuleHandler.class.php
                    [line] => 1156
                    [function] => printContent
                    [class] => DisplayHandler
                    [type] => ->
                )

            [5] => Array
                (
                    [file] => /home/u126973106/domains/ncfcmd.com/public_html/xe/index.php
                    [line] => 59
                    [function] => displayContent
                    [class] => ModuleHandler
                    [type] => ->
                )

        )

    [previous:Error:private] => 
)
?><?php if(!defined("__XE__"))exit;
$__tpl=TemplateHandler::getInstance();echo $__tpl->compile('modules/board/skins/xe_default','_header.html') ?>
<div class="tagCloud">
    <h4 class="tagHeader"><?php echo $__Context->lang->tag ?> (<strong><?php echo count($__Context->tag_list) ?></strong>)</h4>
    <ul class="tags">
        <?php if($__Context->tag_list&&count((array)$__Context->tag_list))foreach($__Context->tag_list as $__Context->val){ ?>
            <?php if($__Context->val->count>5){ ?>
                <?php  $__Context->tag_class = "rank1"  ?>
            <?php }elseif($__Context->val->count>3){ ?>
                <?php  $__Context->tag_class = "rank2"  ?>
            <?php }elseif($__Context->val->count>2){ ?>
                <?php  $__Context->tag_class = "rank3"  ?>
            <?php }elseif($__Context->val->count>1){ ?>
                <?php  $__Context->tag_class = "rank4"  ?>
            <?php }else{ ?>
                <?php  $__Context->tag_class = "rank5"  ?>
            <?php } ?>
            <li <?php if($__Context->tag_class){ ?>class="<?php echo $__Context->tag_class ?>"<?php } ?> >
                <?php if($__Context->layout_info->mid){ ?>
                    <a href="<?php echo getUrl('','mid',$__Context->layout_info->mid,'search_target','tag','search_keyword',$__Context->val->tag) ?>"><?php echo htmlspecialchars($__Context->val->tag) ?></a>
                <?php }else{ ?>
                    <a href="<?php echo getUrl('','mid',$__Context->mid,'search_target','tag','search_keyword',$__Context->val->tag) ?>"><?php echo htmlspecialchars($__Context->val->tag) ?></a>
                <?php } ?>
            </li>
        <?php } ?>
		</ul>
</div>
<div class="btnArea">
    <span class="btn"><a href="<?php echo getUrl('act','') ?>"><?php echo $__Context->lang->cmd_back ?></a></span>
</div>
<?php $__tpl=TemplateHandler::getInstance();echo $__tpl->compile('modules/board/skins/xe_default','_footer.html') ?>