diff options
author | Jayaram R Pai | 2014-07-31 18:53:21 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-07-31 18:53:21 +0530 |
commit | c9a5da82258a0e53bbebae7d6b102df662f35a5b (patch) | |
tree | 7752d995cfafd1b4b28aeb4ec1701414f3ca1b44 | |
parent | 6c96d7113657d8c361c27972d1b894ef0e172442 (diff) | |
download | scilab_theme-c9a5da82258a0e53bbebae7d6b102df662f35a5b.tar.gz scilab_theme-c9a5da82258a0e53bbebae7d6b102df662f35a5b.tar.bz2 scilab_theme-c9a5da82258a0e53bbebae7d6b102df662f35a5b.zip |
added link to FOSSEE logo
-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> |