Guest User

Untitled

a guest
May 7th, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. public function configure()
  2. {
  3. $current_theme = sfConfig::get('app_current_theme');
  4.  
  5. sfConfig::add (
  6. array (
  7. 'sf_web_images_dir_name' => 'themes' . '/' . 'frontend' . '/' . $current_theme . '/' . 'images',
  8. 'sf_web_css_dir_name' => 'themes' . '/' . 'frontend' . '/' . $current_theme . '/' . 'css',
  9. 'sf_web_js_dir_name' => 'themes' . '/' . 'frontend' . '/' . $current_theme . '/' . 'js',
  10. )
  11. );
  12. }
Advertisement
Add Comment
Please, Sign In to add comment