Changeset 469 for trunk/services


Ignore:
Timestamp:
Mar 19, 2014 9:24:54 AM (10 years ago)
Author:
anonymous
Message:

First use of codebase javascript (codebase/js and codebase/lib/JS.inc.php).

Location:
trunk/services
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/css.php

    r468 r469  
    44 * For details visit the project site: <http://trac.strangecode.com/codebase/>
    55 * Copyright 2001-2012 Strangecode, LLC
    6  * 
     6 *
    77 * This file is part of The Strangecode Codebase.
    88 *
     
    1111 * Free Software Foundation, either version 3 of the License, or (at your option)
    1212 * any later version.
    13  * 
     13 *
    1414 * The Strangecode Codebase is distributed in the hope that it will be useful, but
    1515 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1616 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
    1717 * details.
    18  * 
     18 *
    1919 * You should have received a copy of the GNU General Public License along with
    2020 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     
    2222
    2323/**
    24  * css.php 
     24 * css.php
    2525 *
    2626 * This file works with the CSS.inc.php class to print a "normal" css file and
     
    2828 * ever modify this file.
    2929 */
    30 
    31 require_once dirname(__FILE__) . '/_config.inc.php';
    32 
    3330if (is_a($css, 'CSS')) {
    3431    $css->headers(getFormData('app'));
Note: See TracChangeset for help on using the changeset viewer.