Hi,

I would like to modify links in my site to make them show just on some pages, I've got some answer on that but I can't find out the code to make it work. I am no programmer, I suppose it is a simple question for anybody who knows php...

Say, I have views-pages "http://example.com/view1" and "http://example.com/view2" in which I don't want to display the links. How could I write it to node.tpl.php?

I need to make a modification of this code:
<?php if ($links) { ?><div class="links">&raquo; <?php print $links?></div><?php }; ?>

probably with something like this (I was given this info in module's issue)

if ($page != 0) {
...display $links...
}

Please, could you write the code for me to make it work?

Thanks a lot for your help :-)