Moje kniha o CMS Drupal
Poslední komentáře
- 5 months 3 weeks ago
- 5 months 3 weeks ago
- 8 months ago
- 8 months 4 weeks ago
- 8 months 4 weeks ago
- 9 months ago
- 1 year ago
- 1 year ago
- 1 year ago
- 1 year 1 month ago
Nové diskuze
- (3 weeks zpět)
- (3 weeks 4 days zpět)
- (7 months 2 weeks zpět)
- (9 months zpět)
- (1 year 6 months zpět)
- (1 year 6 months zpět)
- (1 year 10 months zpět)
- (1 year 10 months zpět)

Dobrý den, dnes bych to asi řešil trochu elegantněji, než je popsáno v tom tipu v knize, a sice přes funkci hook_form_alter().
V kódu té šablony vyměňte
print str_replace('Hledat na tomto webu:', '', $search['search_block_form']);
za
print str_replace('Search this site:', '', $search['search_block_form']);