A YOOtheme Pro Source for Joomla Component K2 with Views Templating support.
The K2 Source is a YOOtheme Pro module ready to be set in a Child Theme or wrapped into a plugin. Assuming the Child Theme is the prefered choice follow these steps for the initial setup:
- Create a folder
yootheme_mytheme
or with a sufix of your choice. - Enable the new Child Theme in the YOOtheme Pro Customizer
Advanced Settings
. - Place the contents of this repository into
yootheme_mytheme/modules/builder-source-k2
. - Create a
yootheme_mytheme/config.php
file with the following content:
<?php
use function YOOtheme\app;
app()->load(__DIR__ . '/modules/*/bootstrap.php');
return [];
- PHP 7.2+
- Joomla 3.9+
- YOOtheme Pro 4.0+
- K2 2.11+
Developed and maintained by ZOOlanders, this project would not have been possible without the collaboration of JoomlaWorks and sponsorship from Philippe Marty (Atelier 51).