diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-13 03:49:37 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-13 03:49:37 +0000 |
commit | 4a8c23fe32cf0f3c556dfa062dcffedd77fd5857 (patch) | |
tree | 807ae7870f1209e2483b6d428de0e31040376490 /actions/avatarsettings.php | |
parent | 765ea6966775271f90eb74c0adcb1b03d4dc7776 (diff) |
Updated path for jCrop
Diffstat (limited to 'actions/avatarsettings.php')
-rw-r--r-- | actions/avatarsettings.php | 2 |
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', |