Advertisement
Guest User

Untitled

a guest
Sep 17th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # searchbox (fixed in template)
  2. lib.searchbox = USER
  3. lib.searchbox {
  4.     userFunc = tx_extbase_core_bootstrap->run
  5.     pluginName = Pi2
  6.     extensionName = IndexedSearch
  7.     controller = Search
  8.     action = form
  9.     switchableControllerActions {
  10.         Search {
  11.             1 = form
  12.         }
  13.     }
  14.    
  15.     settings =< plugin.tx_indexedsearch.settings.defaultOptions
  16.     persistence =< plugin.tx_indexedsearch.persistence
  17.     view =< plugin.tx_indexedsearch.view
  18.     view.templateRootPath = EXT:myExt/Resources/Private/Templates/Plugins/Searchbox
  19.     _LOCAL_LANG.de.form.searchFor = Suche
  20.     _LOCAL_LANG.de.form.submit = Suchen
  21.     _LOCAL_LANG.default.form.searchFor = Search
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement