-- HikaShop version -- : HikaShop Starter 2.6.0
-- Joomla version -- : Joomla! 3.4.6 Stable
-- PHP version -- : 5.5.44
-- Browser(s) name and version -- : Mozilla Firefox 4.2
-- Error-message(debug-mod must be tuned on) -- : No errors
Hi,
administrator\components\com_hikashop\views\explorer\tmpl\default.php
defined('_JEXEC') or die('Restricted access');
?><div style="border-top: 1px solid rgb(204, 204, 204); border-bottom: 1px solid rgb(204, 204, 204); background: rgb(221, 225, 230) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; font-weight: bold;margin-bottom:1px"><?php echo JText::_( 'EXPLORER' ); ?></div>
<?php
$control = JRequest::getCmd('control');
if(!empty($control)){
$control='&control='.$control;
}
$tree = hikashop_get('type.categorysub');
$type = null;
if($this->type == 'status')
$type = array('status');
echo $tree->displayTree('product_listing', 0, $type, true, true, $this->defaultId, hikashop_completeLink($this->task.'&type='.$this->type.$control,$this->popup,false,true));
?>
Because it is variable product_listing_i? How to change the text size
Thank you!