Changeset 1853 for plugins/apostrophePlugin/branches/features/css/lib/action/BaseaMediaActions.class.php
- Timestamp:
- 07/27/10 12:13:23 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/branches/features/css/lib/action/BaseaMediaActions.class.php
r1717 r1853 21 21 } 22 22 23 if (sfConfig::get('app_a_use_bundled_stylesheet', true))24 {25 $response->addStylesheet('/apostrophePlugin/css/a.css', 'first');26 }27 28 $response->addJavascript('/apostrophePlugin/js/aControls.js');29 $response->addJavascript('/apostrophePlugin/js/aUI.js');30 $response->addJavascript('/apostrophePlugin/js/jquery.hotkeys-0.7.9.min.js');31 23 } 32 24

