/[debian-med]/trunk/community/website/inc/header.inc.php
ViewVC logotype

Diff of /trunk/community/website/inc/header.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 616 by hanska-guest, Thu Oct 4 21:52:55 2007 UTC revision 617 by hanska-guest, Fri Oct 5 17:02:34 2007 UTC
# Line 29  Line 29 
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>

Legend:
Removed from v.616  
changed lines
  Added in v.617

  ViewVC Help
Powered by ViewVC 1.1.5