openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

AppInfo.class.php (93B)


      1 <?php
      2 
      3 
      4 namespace template_engine;
      5 
      6 
      7 class AppInfo
      8 {
      9 	public static $styleClassPrefix = '';
     10 }