Hi,
I have created a "views" carousel to display top deals at fronpage.
It has path www.example.com/top

the carousel displays fine with this path www.example.com/top
however, when I put this to my page-front.tpl.php, all it does is a listing of nodes. www.example.com
this is what I have in the page-front.tpl.php

"print views_embed_view(slideshow, $display_id = 'default');"

is this the right way to display carousel?

thanks for the help