What's the point of the <form action="'.$this->request_url ?
Posted: 05 Sep 2010, 17:38
Hi all,
I guess it's a question for Jan :
What is the point of the :
that can be found in the category view template ? (and probably elsewhere). This is the main form that wraps the whole template. I've erased it because of a strange behavior when adding other forms to the template, and notice absolutely no changes.
Is it safe to remove it ? Or is there any hidden surprise ?
Thanks a lot
I guess it's a question for Jan :
What is the point of the :
Code: Select all
<form action="'.$this->request_url.'" method="post" name="adminForm">';Is it safe to remove it ? Or is there any hidden surprise ?
Thanks a lot