diff options
Diffstat (limited to 'templates/page-front.tpl.php')
-rwxr-xr-x | templates/page-front.tpl.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/page-front.tpl.php b/templates/page-front.tpl.php index 9d9466e..893dfaa 100755 --- a/templates/page-front.tpl.php +++ b/templates/page-front.tpl.php @@ -276,7 +276,11 @@ Click here to view stats </a> </div><br> - <div ><img src="http://fossee.in/sites/all/themes/fossee/logo.png" style="width:150px;"/> </div> + <div> + <a href="http://fossee.in" target="_blank"> + <img src="http://fossee.in/sites/all/themes/fossee/logo.png" style="width:150px;"/> + </a> + </div> </center> </div> |