From 07e9e2dc3241eef1b803e655a5273f79cb758806 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 8 Jan 2009 20:56:09 +0000 Subject: Remove _darcs from git repository Not sure how or why this got in there. --- _darcs/pristine/lib/theme.php | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 _darcs/pristine/lib/theme.php (limited to '_darcs/pristine/lib/theme.php') diff --git a/_darcs/pristine/lib/theme.php b/_darcs/pristine/lib/theme.php deleted file mode 100644 index 6f365bd99..000000000 --- a/_darcs/pristine/lib/theme.php +++ /dev/null @@ -1,37 +0,0 @@ -. - */ - -if (!defined('LACONICA')) { exit(1); } - -function theme_file($relative) -{ - $theme = common_config('site', 'theme'); - return INSTALLDIR.'/theme/'.$theme.'/'.$relative; -} - -function theme_path($relative) -{ - $theme = common_config('site', 'theme'); - $server = common_config('theme', 'server'); - if ($server) { - return 'http://'.$server.'/'.$theme.'/'.$relative; - } else { - return common_path('theme/'.$theme.'/'.$relative); - } -} \ No newline at end of file -- cgit v1.2.3-54-g00ecf