[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www/media/includes
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2010-12-19 11:46:54
Message-ID: 20101219114654.BE60EAC8AA () svn ! kde ! org
[Download RAW message or body]

SVN commit 1207714 by aacid:

Allow setting a different legal link, need it for the KDE EspaƱa website
acked by Ingo


 M  +3 -1      chihuahua/template-bottom2.inc  
 M  +3 -1      newlayout/template-bottom2.inc  
 M  +3 -1      template-bottom2.inc  


--- trunk/www/media/includes/chihuahua/template-bottom2.inc #1207713:1207714
@@ -5,11 +5,13 @@
     $contact = i18n_var("Maintained by") . " <a href=\"mailto:$mail\">$name</a><br \
/>\n";  else
     $contact = i18n_var("Maintained by <a \
href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#x77;e&#098;ma&#115;t&#x65;&#x72;&#64;kde&#46;or&#x67;\">The \
KDE Webmaster</a><br />\n"); +  if (!isset($legalLink))
+    $legalLink = "http://www.kde.org/contact/impressum.php";
 ?>
     <div id="footer"><div id="footer_text">
         <?php print $contact; ?>
 <?php i18n('KDE<sup>&#174;</sup> and <a \
href="/media/images/trademark_kde_gear_black_logo.png">the K Desktop \
Environment<sup>&#174;</sup> logo</a> are registered trademarks of <a \
href="http://ev.kde.org/" title="Homepage of the KDE non-profit Organization">KDE \
                e.V.</a>');?> |
-        <a href="http://www.kde.org/contact/impressum.php"><?php i18n("Legal")?></a>
+        <a href="<?php print $legalLink; ?>"><?php i18n("Legal")?></a>
     </div></div>
 
 <!--
--- trunk/www/media/includes/newlayout/template-bottom2.inc #1207713:1207714
@@ -5,6 +5,8 @@
     $contact = i18n_var("Maintained by") . " <a href=\"mailto:$mail\">$name</a><br \
/>\n";  else
     $contact = i18n_var("Maintained by <a \
href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#x77;e&#098;ma&#115;t&#x65;&#x72;&#64;kde&#46;or&#x67;\">The \
KDE Webmaster</a><br />\n"); +  if (!isset($legalLink))
+    $legalLink = "http://www.kde.org/contact/impressum.php";
 ?>
 
              <div class="menutitle"><div>
@@ -85,7 +87,7 @@
         <?php print $contact; ?>
 				<?php i18n("KDE<sup>&#174;</sup> and <a \
href=\"/media/images/trademark_kde_gear_black_logo.png\">the K Desktop \
                Environment<sup>&#174;</sup> logo</a> are registered trademarks of \
                ")?>
 				<a href="http://ev.kde.org/" title="Homepage of the KDE non-profit \
                Organization">KDE e.V.</a> |
-        <a href="http://www.kde.org/contact/impressum.php"><?php i18n("Legal")?></a>
+        <a href="<?php print $legalLink; ?>"><?php i18n("Legal")?></a>
     </div></div>
   </div>
 
--- trunk/www/media/includes/template-bottom2.inc #1207713:1207714
@@ -52,6 +52,8 @@
     $contact = i18n_var("Maintained by") . " <a href=\"mailto:$mail\">$name</a><br \
/>\n";  //  else
 //    $contact = i18n_var("Maintained by <a \
href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#x77;e&#098;ma&#115;t&#x65;&#x72;&#64;kde&#46;or&#x67;\">kde.org \
Webmaster</a><br />\n"); +  if (!isset($legalLink))
+    $legalLink = "http://www.kde.org/contact/impressum.php";
 ?>
 
 <!-- table row holding the footer -->
@@ -62,7 +64,7 @@
       <td id="footer_text">
         <?php print $contact; ?>
         <?php i18n('KDE<sup>&#174;</sup> and <a \
href="/media/images/kde_gear_black.png">the K Desktop Environment<sup>&#174;</sup> \
logo</a> are registered trademarks of <a href="http://ev.kde.org/" title="Homepage of \
                the KDE non-profit Organization">KDE e.V.</a>');?> |
-        <a href="http://www.kde.org/contact/impressum.php"><?php i18n("Legal")?></a>
+        <a href="<?php print $legalLink; ?>"><?php i18n("Legal")?></a>
       </td>
     </tr>
     </table>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic