0byt3m1n1
Path:
/
data
/
0
/
0
/
6
/
46
/
6861
/
user
/
7034
/
cgi-bin
/
php
/
lib
/
[
Home
]
File: block.MTTopLevelCategories.php
<?php function smarty_block_MTTopLevelCategories($args, $content, &$ctx, &$repeat) { if (!isset($content)) { $ctx->localize(array('category', 'archive_category')); $ctx->stash('category', null); $ctx->stash('archive_category', null); require_once("block.MTSubCategories.php"); } $result = smarty_block_MTSubCategories($args, $content, $ctx, $repeat); if (!$repeat) { $ctx->restore(array('category', 'archive_category')); } return $result; } ?>