source: forum/cache/tpl_wowgold_searchbox.html.php@ 400

Last change on this file since 400 was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 612 bytes
Line 
1<form method="post" name="search" action="<?php echo (isset($this->_rootref['S_SEARCHBOX_ACTION'])) ? $this->_rootref['S_SEARCHBOX_ACTION'] : ''; ?>"><span class="gensmall"><?php echo ((isset($this->_rootref['L_SEARCH_FOR'])) ? $this->_rootref['L_SEARCH_FOR'] : ((isset($user->lang['SEARCH_FOR'])) ? $user->lang['SEARCH_FOR'] : '{ SEARCH_FOR }')); ?>:</span> <input class="post" type="text" name="keywords" size="20" /> <input class="btnlite" type="submit" value="<?php echo ((isset($this->_rootref['L_GO'])) ? $this->_rootref['L_GO'] : ((isset($user->lang['GO'])) ? $user->lang['GO'] : '{ GO }')); ?>" /></form>
Note: See TracBrowser for help on using the repository browser.