| Current Path : /home/s/u/n/sunflowe/www2/j30/modules/mod_rokweather/lib/ |
| Current File : /home/s/u/n/sunflowe/www2/j30/modules/mod_rokweather/lib/include.php |
<?php
/**
* @version $Id: include.php 6565 2013-01-16 17:20:38Z btowles $
* @author RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
*/
if (!defined('RTCOMMON'))
{
define('RTCOMMON', 'RTCOMMON');
require_once(dirname(__FILE__) . '/RTCommon/ClassLoader.php');
} else {
$currentLibPath = realpath(dirname(__FILE__).'/..'.'/lib');
RTCommon_ClassLoader::addPath($currentLibPath);
}