Login   Register  
PHP Classes
elePHPant
Icontem

File: example2.css.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Israel Viana  >  CSS Dispatcher  >  example2.css.php  >  Download  
File: example2.css.php
Role: Auxiliary script
Content type: text/plain
Description: Another example of templated CSS
Class: CSS Dispatcher
Compose CSS style sheets from multiple templates
Author: By
Last change:
Date: 2009-10-21 08:30
Size: 105 bytes
 

Contents

Class file image Download
<?php /** @package CssDispatch */ ?>

.bold { font-weight: bold; }

  .error { <?=$bold ?>; color: red; }