I'd like to add a few modules into the $_mods = array of the lists in the drop-down choices. Is it just the case of adding new module arrays into the existing iskin's config.php file, or should I first clone the skin then add the new mods, then upload the newly cloned skin. Here's the array I'd like to have...
$_mods = array(
'jrProfile' => 'jrProfile',
'jrAudio' => 'jrAudio',
'jrVideo' => 'jrVideo',
'jrBlog' => 'jrBlog',
'jrEvent' => 'jrEvent',
'jrGallery' => 'jrGallery'
'jrPage' => 'jrPage',
'jrProduct' => 'jrProduct',
'jrServieShop' => 'jrServiceShop',
'jrCombinedVideo' => 'jrCombinedVideo',
Any suggestions will be very much appreciated.
Mick.
updated by @intro2music: 07/01/20 01:30:21PM