diff options
Diffstat (limited to 'lib/theme.php')
-rw-r--r-- | lib/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/theme.php b/lib/theme.php index 95030affe..0d8824822 100644 --- a/lib/theme.php +++ b/lib/theme.php @@ -69,4 +69,4 @@ function theme_path($relative, $theme=null) } else { return common_path('theme/'.$theme.'/'.$relative); } -}
\ No newline at end of file +} |