| 29 |
</div> |
</div> |
| 30 |
<div class="heading"> |
<div class="heading"> |
| 31 |
<div class="tabBar" style="text-align: center;"> |
<div class="tabBar" style="text-align: center;"> |
| 32 |
<?=_("Join us! Help us in making Doctors use Debian! See the")?> |
<?php |
| 33 |
<a href="http://alioth.debian.org/projects/debian-med"><?=_("Alioth Page")?></a> |
$msg = _("Join us! Help us in making Doctors use Debian! See the %1Alioth page%2."); |
| 34 |
|
echo str_replace(array("%1", "%2"), |
| 35 |
|
array('<a href="http://alioth.debian.org/projects/debian-med">', '</a>'), |
| 36 |
|
$msg); |
| 37 |
|
?> |
| 38 |
</div> |
</div> |
| 39 |
</div> |
</div> |