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

Untitled

By: a guest on May 21st, 2012  |  syntax: PHP  |  size: 0.26 KB  |  hits: 18  |  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. <?php
  2. class ThemeQuickappsCmsHookComponent extends Component {
  3.         public function initialize(Controller $Controller) {
  4.                 if ($Controller->action !== 'search') {
  5.                         $Controller->set('results_for_block', $Controller->requestAction('/search/type:article'));
  6.                 }
  7.         }
  8. }