Changeset 484 for trunk/lib/CSS.inc.php


Ignore:
Timestamp:
Jul 30, 2014 10:43:49 PM (10 years ago)
Author:
anonymous
Message:

Changed private methods and properties to protected. A few minor bug fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/CSS.inc.php

    r479 r484  
    3232
    3333    // Include these style sheets.
    34     private $_css_files = array('default' => array());
     34    protected $_css_files = array('default' => array());
    3535
    3636    // CSS object parameters.
    37     private $_params = array(
     37    protected $_params = array(
    3838        'character_set' => 'utf-8',
    3939        'cache_css' => false,
Note: See TracChangeset for help on using the changeset viewer.