PHP Classes

File: theme.php

Recommend this page to a friend!
  Classes of Gerry Danen   Theme Roller   theme.php   Download  
File: theme.php
Role: Application script
Content type: text/plain
Description: Generated CSS
Class: Theme Roller
Generate CSS stylesheets with color palette themes
Author: By
Last change: Added comments
Date: 8 years ago
Size: 113 bytes
 

Contents

Class file image Download
<?php
require_once 'themeContent.php';

// render the CSS

header("Content-Type: text/css");
echo
$rollerCSS;