Your IP : 216.73.216.111


Current Path : /home/bateauecpx/www/plugins/installer/yootheme/
Upload File :
Current File : /home/bateauecpx/www/plugins/installer/yootheme/script.php

<?php

defined('_JEXEC') or die;

if (class_exists('plgInstallerYoothemeInstallerScript', false)) {
    return;
}

class plgInstallerYoothemeInstallerScript
{
    public function install($parent)
    {
        JFactory::getDBO()->setQuery("UPDATE #__extensions SET enabled = 1 WHERE type = 'plugin' AND folder = 'installer' AND element = 'yootheme'")->execute();
    }

    public function uninstall($parent) {}

    public function update($parent) {}

    public function preflight($type, $parent) {}

    public function postflight($type, $parent) {}
}