| Author |
Message |
mi_re Member
|
Posted: 31 Jan 2006 07:06:40
Hi Admin
Sorry for bored u again.
What code I need put in the index for have the search box showed?
I think that I need touch the index.tpl in templates but I not found that code I need add.
Thanks.
|
mi_re Member
|
Posted: 1 Feb 2006 10:51:42
Ok.
I was able for put the search box in the index but now I need to know how I can change in the
<form
where say $smarty.server.PHPSELF
by
http://www.domain.com/script/search.php I mean... that variable store where is saved the script with the seach.php page?
Thanks
|
skalinks Admin
|
Posted: 2 Feb 2006 00:42:28
Hi mi_re. Use the {$_skalinks_url.dir}search.php string for action parametr for form. If you want to submit the form to search.php script.
Thank you.
|
mi_re Member
|
Posted: 2 Feb 2006 07:24:22
Hi Admin
Thanks for your answer.
I begin to understand little more how work Smarty :)
This code {$_skalinks_url.dir} I used too in the top menu.. I dont make atenttion to this before.
Regards
Miguel
|
skalinks Admin
|
Posted: 3 Feb 2006 03:14:32
That's good.
|