Have some problem with module
I want some modules displays only in K2 articles (inset position) - not in category view.
I inserted code
- Code: Select all
<style type="text/css">
[inset] { display: none; }
</style>
in file
/templates/gk_university/html/com_k2_/templates/default/category.php
but modules still displays...
Please, help with this issue.