fullname; ?> []
Loading . . .
* @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 * @version PHP 5.2 * @link http://www.ampache.org/ * @since File available since Release 1.0 */ if (INIT_LOADED != '1') { exit; } $web_path = Config::get('web_path'); $htmllang = str_replace("_","-",Config::get('lang')); $location = get_location(); $dir = is_rtl(Config::get('lang')) ? "rtl" : "ltr"; $themecss = Config::get('theme_path') . '/templates/'; $css = ($dir == 'rtl') ? $themecss.'default-rtl.css' : $themecss.'default.css'; $cssdir = Config::get('prefix').$themecss; if(!is_file($cssdir.'default-rtl.css')) { $css = $themecss.'default.css'; } ?>