Jump to content

How to get complete url page, title or controller?


Recommended Posts

the problem is solved. I added this code in header.tpl

 

<script>
$(document).ready(function() {
if(document.URL.indexOf("controller=contact")!=-1
|| document.URL.indexOf("controller=order")!=-1){
$(".slider_container").hide();
}


});
</script>
Link to comment
Share on other sites

×
×
  • Create New...