Changeset 106 for trunk/services


Ignore:
Timestamp:
Apr 21, 2006 8:53:42 PM (18 years ago)
Author:
scdev
Message:

Q - Updated codebase css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/css.php

    r105 r106  
    11<?php
    22/**
    3  * css.php
     3 * css.php 
    44 * Code by Strangecode :: www.strangecode.com :: This document contains copyrighted information
    55 *
     
    1212
    1313if (is_a($css, 'CSS')) {
    14     $css->headers();
    15     $css->output();
     14    $css->headers(getFormData('app'));
     15    $css->output(getFormData('app'));
    1616}
    1717
Note: See TracChangeset for help on using the changeset viewer.