/[web]/nav/css/index.php
ViewVC logotype

Diff of /nav/css/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2050 by rda, Tue May 15 17:27:45 2012 UTC revision 2051 by rda, Sun Feb 10 15:58:16 2013 UTC
# Line 1  Line 1 
1  <?php  <?php
2    /**
3     * mageia.org global nav bar.
4     *
5     * PHP version 5.4
6     *
7     * @category Mageia
8     * @package  Mageia\Web\nav
9     * @author   rda <rda@mageia.org>
10     * @link     http://nav.mageia.org/
11     *
12     * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2+
13     *
14     * This program is free software; you can redistribute it and/or modify it
15     * under the terms of the GNU General Public License aspublished by the
16     * Free Software Foundation; either version 2 of the License, or (at your
17     * option) any later version.
18    */
19    
20  header('Content-Type: text/css;charset=utf-8');  header('Content-Type: text/css;charset=utf-8');
21  header(sprintf('Expires: %s', gmdate('r', strtotime('+1 day'))));  header(sprintf('Expires: %s', gmdate('r', strtotime('+1 day'))));
22  readfile('source.css');  readfile('source.css');

Legend:
Removed from v.2050  
changed lines
  Added in v.2051

  ViewVC Help
Powered by ViewVC 1.1.30