예제 #1
0
 public function getTextCategoryLayoutInherit($categoryId)
 {
     $view = 'category';
     $items = JUDirectoryFrontHelperCategory::getJoomlaTemplate($view);
     $text = JUDirectoryFrontHelperCategory::calculatorInheritCategoryLayout($items, $categoryId);
     return $text;
 }