From: Sarven Capadisli Date: Mon, 13 Apr 2009 03:49:37 +0000 (+0000) Subject: Updated path for jCrop X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4a8c23fe32cf0f3c556dfa062dcffedd77fd5857;p=quix0rs-gnu-social.git Updated path for jCrop --- diff --git a/actions/avatarsettings.php b/actions/avatarsettings.php index c2bb35a395..60f69b6850 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',