diff --git a/lib/theme.php b/lib/theme.php
index 2fe6ab6..d603c32 100644
--- a/lib/theme.php
+++ b/lib/theme.php
@@ -82,6 +82,7 @@ function theme_path($relative, $theme=null)
         $path = '/'.$path;
     }
 
+    /*
     $server = common_config('theme', 'server');
 
     if (empty($server)) {
@@ -91,4 +92,6 @@ function theme_path($relative, $theme=null)
     // XXX: protocol
 
     return 'http://'.$server.$path.$theme.'/'.$relative;
+    */
+    return $path.$theme.'/'.$relative;
 }
