summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-06-17 06:23:57 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-06-17 06:23:57 +0000
commit7148ea86dff5754fcf0c28023cff52137843f2d9 (patch)
tree12e3c104cff5607eeb3b783dbe7766b5dd9646be /actions
parenta0618b0e33e20700b243d696f2bf139f1167ec93 (diff)
Dynamically tile background image and turn background image on or off
in user design
Diffstat (limited to 'actions')
-rw-r--r--actions/designsettings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/designsettings.php b/actions/designsettings.php
index a97235e67..fbec3fc67 100644
--- a/actions/designsettings.php
+++ b/actions/designsettings.php
@@ -305,12 +305,12 @@ class DesignsettingsAction extends AccountSettingsAction
parent::showScripts();
$farbtasticPack = common_path('js/farbtastic/farbtastic.js');
- $farbtasticGo = common_path('js/farbtastic/farbtastic.go.js');
+ $userDesignGo = common_path('js/userdesign.go.js');
$this->element('script', array('type' => 'text/javascript',
'src' => $farbtasticPack));
$this->element('script', array('type' => 'text/javascript',
- 'src' => $farbtasticGo));
+ 'src' => $userDesignGo));
}
/**