diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-14 23:32:09 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-14 23:32:09 +0000 |
commit | 64e4b8a20f5ec3fb4f1a4c68337ae40b1b0b0dcf (patch) | |
tree | 26c19747f8c6e219784f01711c86fe13bb9784e6 /actions | |
parent | d6a31c90a81a5e18af3379095bfccc444a5d7f73 (diff) |
Updated remaining files and styles for style separation for themes
Diffstat (limited to 'actions')
-rw-r--r-- | actions/avatarsettings.php | 2 | ||||
-rw-r--r-- | actions/designsettings.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/actions/avatarsettings.php b/actions/avatarsettings.php index 60f69b685..c2bb35a39 100644 --- a/actions/avatarsettings.php +++ b/actions/avatarsettings.php @@ -383,7 +383,7 @@ class AvatarsettingsAction extends AccountSettingsAction { parent::showStylesheets(); $jcropStyle = - common_path('theme/default/base/css/jquery.Jcrop.css?version='.LACONICA_VERSION); + common_path('theme/base/css/jquery.Jcrop.css?version='.LACONICA_VERSION); $this->element('link', array('rel' => 'stylesheet', 'type' => 'text/css', diff --git a/actions/designsettings.php b/actions/designsettings.php index 05293f712..cdd950e78 100644 --- a/actions/designsettings.php +++ b/actions/designsettings.php @@ -196,7 +196,7 @@ class DesignsettingsAction extends AccountSettingsAction { parent::showStylesheets(); $farbtasticStyle = - common_path('theme/default/base/css/farbtastic.css?version='.LACONICA_VERSION); + common_path('theme/base/css/farbtastic.css?version='.LACONICA_VERSION); $this->element('link', array('rel' => 'stylesheet', 'type' => 'text/css', |