Current File : /home/pacjaorg/www/kmm/administrator/modules/mod_yootheme_link/script.php
<?php

use Joomla\CMS\Factory;

class mod_yootheme_linkInstallerScript
{
    public function install()
    {
        $db = Factory::getDBO();
        $module = (object) [
            'title' => 'YOOtheme Link',
            'position' => 'menu',
            'published' => 1,
            'client_id' => 1,
            'module' => 'mod_yootheme_link',
            'access' => 1,
            'params' => '',
            'language' => '*',
            'publish_up' => Factory::getDate()->toSql(),
            'ordering' => 2,
        ];
        $db->insertObject('#__modules', $module);

        $menu = (object) ['moduleid' => $db->insertid(), 'menuid' => 0];
        $db->insertObject('#__modules_menu', $menu);
    }
}
Site is undergoing maintenance

PACJA Events

Maintenance mode is on

Site will be available soon. Thank you for your patience!