www: 5f4bf775: Any reason we're not using the win32 ver...

markdoliner at pidgin.im markdoliner at pidgin.im
Tue Aug 18 15:36:29 EDT 2009


-----------------------------------------------------------------
Revision: 5f4bf77558552c81f986bef10202db57299723c4
Ancestor: 647f5f398a1dbf9031fa516e072cd050f975b092
Author: markdoliner at pidgin.im
Date: 2009-08-18T19:33:43
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/5f4bf77558552c81f986bef10202db57299723c4

Modified files:
        htdocs/download/windows/index.php

ChangeLog: 

Any reason we're not using the win32 version variable here?

-------------- next part --------------
============================================================
--- htdocs/download/windows/index.php	bd907d0362a5f9e6789d343a32555af8bdf1689d
+++ htdocs/download/windows/index.php	ad74bb80ce28037573c9db7f7728fa2a584f8a1a
@@ -20,17 +20,17 @@
 
 <div class="box_download">
 
-<p><a href="http://sourceforge.net/projects/pidgin/files/Pidgin/pidgin-<? echo $pidgin_version; ?>.exe"
+<p><a href="http://sourceforge.net/projects/pidgin/files/Pidgin/pidgin-<? echo $pidgin_win32_version; ?>.exe"
 onclick="javascript:pageTracker._trackPageview('/goals/downloads/win');"
 >
 <img src="/shared/img/button.download.png" alt="[Down Arrow]" id="downbutton" />
 <span class="download_header">Download Pidgin</span><br />
-<span class="number"><? echo $pidgin_version; ?> for Windows</span>
+<span class="number"><? echo $pidgin_win32_version; ?> for Windows</span>
 </a></p>
 
 </div>
 
-<p>If your GTK+ is already downloaded and up to date, we have a smaller <a href="http://sourceforge.net/projects/pidgin/files/Pidgin/pidgin-<? echo $pidgin_version; ?>-no-gtk.exe">installer without GTK+</a>. </p>
+<p>If your GTK+ is already downloaded and up to date, we have a smaller <a href="http://sourceforge.net/projects/pidgin/files/Pidgin/pidgin-<? echo $pidgin_win32_version; ?>-no-gtk.exe">installer without GTK+</a>. </p>
 
 
 </div>


More information about the Commits mailing list