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

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 0.53 KB  |  hits: 11  |  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 = 'first_ui';
  4.     sfConfig::add (
  5.                    array (
  6.                            'sf_web_images_dir_name' => 'themes' . '/' . 'frontend' . '/' . $current_theme . '/' . 'images',
  7.                            'sf_web_css_dir_name' => 'themes' . '/' . 'frontend' . '/' . $current_theme . '/' . 'css',
  8.                            'sf_web_js_dir_name' => 'themes' . '/' . 'frontend' . '/' . $current_theme . '/' . 'js'
  9.                          )
  10.                   );
  11.   }