Ticket #71: url.patch

File url.patch, 1.1 KB (added by apf, 13 years ago)

corrects the wrong project page URLs to the current

  • themes/default_ajax/layout.main.index.xsl

    old new  
    7575     <div class="clr1"></div>
    7676    </div>
    7777    <div id="footer">
    78      <span><a href="http://projects.cyla.homeip.net/rtwi/" title="{labels/homepage}"><xsl:value-of select="labels/homepage" /></a></span>
     78     <span><a href="http://rtwi.jmk.hu/" title="{labels/homepage}"><xsl:value-of select="labels/homepage" /></a></span>
    7979    </div>
    8080   </body>
    8181  </html>
  • themes/default_ajax/layout.main.login.xsl

    old new  
    5757     </form>
    5858    </div>
    5959    <div id="footer">
    60      <span><a href="http://projects.cyla.homeip.net/rtwi/" title="{labels/homepage}"><xsl:value-of select="labels/homepage" /></a></span>
     60     <span><a href="http://rtwi.jmk.hu/" title="{labels/homepage}"><xsl:value-of select="labels/homepage" /></a></span>
    6161    </div>
    6262   </body>
    6363  </html>