Hi community and devs.
What a pleasure to use seblod in my projects!
I use menu item ( Seblod - List and Search ) to show my articles and customized seb_list template for that and i dont show seach form.
I try to keep my code as clean as possible, but in source i got:
<script type="text/javascript">
JCck.Core.submit = function(task) { Joomla.submitform("search", document.getElementById("seblod_form")); }
</script>
<form enctype="multipart/form-data" action="/woodandplanet/info/articles.html" method="get" id="seblod_form" name="seblod_form"><div class="cck_page_search"></div>
<div class="clr"></div>
<div>
<input type="hidden" name="search" value="articles">
<input type="hidden" name="task" value="search">
</div>
</form>
Is it any way to remove these lines from source?
Tnx in advance!