. */ if (!defined('LACONICA')) { exit(1); } function theme_file($relative) { global $config; return INSTALLDIR.'/theme/'.$config['site']['theme'].'/'.$relative; } function theme_path($relative) { global $config; return common_path('theme/'.$config['site']['theme'].'/'.$relative); }