I'm interested how can we have allways opened font categories. Example, i dont wont to click and open font categories i want allways to have opened, and maybe on click to close. Is this possible?
<div id="categoryBar" class="categoryBar" style="display:<?php echo (defined("NO_JS_DISPLAY_CATS") ? "block" : "none"); ?>;">
<div id="categoryBar" class="categoryBar" style="display:<?php echo (defined("NO_JS_DISPLAY_CATS") ? "none" : "block"); ?>;">
<a href="<?php echo WEB_ROOT . "/c/0/"; ?>" onClick="toggleCategories(); return false;"><?php echo t("font_categories"); ?></a> |