summaryrefslogtreecommitdiff
path: root/actions/avatarsettings.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-04-13 03:49:37 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-04-13 03:49:37 +0000
commit4a8c23fe32cf0f3c556dfa062dcffedd77fd5857 (patch)
tree807ae7870f1209e2483b6d428de0e31040376490 /actions/avatarsettings.php
parent765ea6966775271f90eb74c0adcb1b03d4dc7776 (diff)
Updated path for jCrop
Diffstat (limited to 'actions/avatarsettings.php')
-rw-r--r--actions/avatarsettings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/avatarsettings.php b/actions/avatarsettings.php
index c2bb35a39..60f69b685 100644
--- a/actions/avatarsettings.php
+++ b/actions/avatarsettings.php
@@ -383,7 +383,7 @@ class AvatarsettingsAction extends AccountSettingsAction
{
parent::showStylesheets();
$jcropStyle =
- common_path('theme/base/css/jquery.Jcrop.css?version='.LACONICA_VERSION);
+ common_path('theme/default/base/css/jquery.Jcrop.css?version='.LACONICA_VERSION);
$this->element('link', array('rel' => 'stylesheet',
'type' => 'text/css',