-
Notifications
You must be signed in to change notification settings - Fork 2
Customization
ANDI Amine edited this page Jul 20, 2024
·
3 revisions
JoomCCK has some core layouts like:
- Alpha Index - located in
components/com_joomcck/layouts/core/markup/alphaIndex.php
- On This Page - located in
components/com_joomcck/layouts/core/list/onThisPage.php
If you want to override this layouts for a specific section follow this steps:
- Create a new folder in
components/com_joomcck/layouts/apps/
- Folder name will be section alias in camel case format for example:
knowledge-base
will becomeknowledgeBase
Here examples
components/com_joomcck/layouts/apps/knowledgeBase/markup/alphaIndex.php
components/com_joomcck/layouts/apps/knowledgeBase/list/onThisPage.php