diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-05-31 09:48:07 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-05-31 09:48:07 +0000 |
commit | 5baa5b29e820e2bd72a4dee946640274c192ca62 (patch) | |
tree | bfd2378ded584335ba5b6da206b43603ee2af327 /en/downloads/index.php | |
parent | 5dad010621016587da11456914867789dd16a715 (diff) | |
download | www-5baa5b29e820e2bd72a4dee946640274c192ca62.tar www-5baa5b29e820e2bd72a4dee946640274c192ca62.tar.gz www-5baa5b29e820e2bd72a4dee946640274c192ca62.tar.bz2 www-5baa5b29e820e2bd72a4dee946640274c192ca62.tar.xz www-5baa5b29e820e2bd72a4dee946640274c192ca62.zip |
fix title
Diffstat (limited to 'en/downloads/index.php')
-rw-r--r-- | en/downloads/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/en/downloads/index.php b/en/downloads/index.php index d74783bd7..7a11df7d7 100644 --- a/en/downloads/index.php +++ b/en/downloads/index.php @@ -1,6 +1,7 @@ <?php require '../../downloads.php'; -$_t ['page_h1'] = sprintf($_t['page_h1'], '<em class="tag">Mageia 1 RC</em>'); +$_t['page_h1'] = sprintf($_t['page_h1'], '<em class="tag">Mageia 1 RC</em>'); +$_t['page_title'] = sprintf($_t['page_title'], 'Mageia 1 RC'); ?> <!DOCTYPE html> <html lang="<?php echo $locale; ?>"> |