Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 0.57 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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.     }