Created
July 24, 2016 17:19
-
-
Save proweb/07622986bca02445a50189382d724c2b to your computer and use it in GitHub Desktop.
JBZOO category template (/media/zoo/applications/jbuniversal/templates/uikit/category.php)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (isset($category)) { | |
$cat_name = $category->name; | |
$cat_alias = $category->alias; | |
$cat_description = $category->description; | |
$cat_alter_name = $category->params->get('content.category_title'); | |
$cat_subtitle = $category->params->get('content.category_subtitle'); | |
$cat_teasertext = $category->params->get('content.category_teaser_text'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment