Hi my html code is
<a href="login.html"><img src="images/login.png"></a>
how to make the image link point towards login page
<?php echo Phalcon\Tag::linkTo(array('login', 'Login Here!'));?>
here link is working but how to set image as a link to login pls help