Substitue SVG Redmine logos with PNG in contact page.
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Wed, 31 Aug 2011 12:54:24 +0000 (15:54 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Wed, 31 Aug 2011 12:54:24 +0000 (15:54 +0300)
application/views/article/english/contact.php

index 0063ea0..6f630d0 100644 (file)
@@ -7,12 +7,12 @@
                <?php echo safe_mailto('p2p-next-contact@cs.pub.ro', 'p2p-next-contact@cs.pub.ro') ?>
        </dd>
        
-       <dt><img src="<?php echo site_url('img/redmine-logo.svg') ?>" class="inline" alt="redmine" width="48" height="33" /> Redmine Issue Tracker: </dt>
+       <dt><img src="<?php echo site_url('img/redmine-logo.png') ?>" class="inline" alt="redmine" width="48" height="33" /> Redmine Issue Tracker: </dt>
        <dd>
                <a href="http://p2p-next.cs.pub.ro/redmine/site/issues">http://p2p-next.cs.pub.ro/redmine/site/issues</a>
        </dd>
        
-       <dt><img src="<?php echo site_url('img/redmine-logo.svg') ?>" class="inline" alt="redmine" width="48" height="33" /> Redmine Forums: </dt>
+       <dt><img src="<?php echo site_url('img/redmine-logo.png') ?>" class="inline" alt="redmine" width="48" height="33" /> Redmine Forums: </dt>
        <dd>
                <a href="https://p2p-next.cs.pub.ro/redmine/projects/site/boards">https://p2p-next.cs.pub.ro/redmine/projects/site/boards</a>
        </dd>