self revert r45512, r45513 and r45515 for now
[lhc/web/wiklou.git] / skins / Modern.php
index 9a55ab4..c16ae47 100644 (file)
@@ -332,15 +332,9 @@ class ModernTemplate extends QuickTemplate {
                <h5><?php $this->msg('otherlanguages') ?></h5>
                <div class="pBody">
                        <ul>
-<?php          foreach($this->data['language_urls'] as $langlink) {
-                       // Add title tag only if differ from shown text
-                       $titleTag = $langlink['title'] == $langlink['text'] 
-                               ? ''
-                               : 'title="' . htmlspecialchars( $langlink['title'] ) . '"';
-                       ?>
+<?php          foreach($this->data['language_urls'] as $langlink) { ?>
                                <li class="<?php echo htmlspecialchars($langlink['class'])?>"><?php
-                               ?><a href="<?php echo htmlspecialchars($langlink['href']) ?>"
-                               <? echo $titleTag ?> > <?php echo $langlink['text'] ?></a></li>
+                               ?><a href="<?php echo htmlspecialchars($langlink['href']) ?>"><?php echo $langlink['text'] ?></a></li>
 <?php          } ?>
                        </ul>
                </div><!-- pBody -->