[Movecommons-commits] r63 - trunk/wp-theme
Vicente J. Ruiz Jurado
vjrj_ at ourproject.org
Mon Nov 1 01:26:13 CET 2010
Author: vjrj_
Date: 2010-11-01 01:26:12 +0100 (Mon, 01 Nov 2010)
New Revision: 63
Modified:
trunk/wp-theme/mc-include.php
Log:
Modified: trunk/wp-theme/mc-include.php
===================================================================
--- trunk/wp-theme/mc-include.php 2010-11-01 00:23:53 UTC (rev 62)
+++ trunk/wp-theme/mc-include.php 2010-11-01 00:26:12 UTC (rev 63)
@@ -34,8 +34,8 @@
if (!$rcec && !$rcbo && !$rcto && !$rcdi) { $mc_title = $mc_title . $rc_title . ", "; }
$mc_title = $mc_title . $gr_title;
-$mc_url = $mc_domain . "/". $cats ."/" . $version ."/".$lang."/";
-$mc_html_url = $mc_domain . "/". $cats ."-html/" . $version ."/".$lang."/";
+$mc_url = $mc_domain."/".$lang."/".$cats."/".$version."/";
+$mc_html_url = $mc_domain."/".$lang."/".$cats."-html/".$version."/";
$ini_url = $_GET['ini_url'];
$ini_name = $_GET['ini_name'];
More information about the Movecommons-commits
mailing list