PHP Classes

File: example2.css.php

Recommend this page to a friend!
  Classes of khjk   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: 15 years ago
Size: 105 bytes
 

Contents

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

.bold { font-weight: bold; }

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