Your IP : 216.73.216.134


Current Path : /home/bijouxly/www/templates/untitled/library/Designer/
Upload File :
Current File : /home/bijouxly/www/templates/untitled/library/Designer/CustomModuleHelper.php

<?php
    class CustomModuleHelper extends JModuleHelper {

        public static function clean() {
            $modules = & JModuleHelper::_load();
            $modules = null;
        }
    }
?>