Mercurial > hg > rr-repo
annotate sites/all/modules/github/github_ribbon.tpl.php @ 9:830c812b520f
added smtp module
author | root <root@paio.local> |
---|---|
date | Mon, 28 Oct 2013 15:34:27 +0000 |
parents | ce11bbd8f642 |
children |
rev | line source |
---|---|
danielebarchiesi@4 | 1 <?php |
danielebarchiesi@4 | 2 /** |
danielebarchiesi@4 | 3 * @file |
danielebarchiesi@4 | 4 * HTML markup. |
danielebarchiesi@4 | 5 */ |
danielebarchiesi@4 | 6 ?> |
danielebarchiesi@4 | 7 |
danielebarchiesi@4 | 8 <a href="http://github.com/<?php echo $username; ?>"> |
danielebarchiesi@4 | 9 <img style="position: absolute; top: 0; <?php echo $placement; ?>: 0; border: 0;" |
danielebarchiesi@4 | 10 src="<?php echo $image_url; ?>" alt="Fork me on GitHub"/> |
danielebarchiesi@4 | 11 </a> |