PHP Classes

File: init.php

Recommend this page to a friend!
  Classes of Ben Yacoub Hatem   GonxTabs   init.php   Download  
File: init.php
Role: Auxiliary script
Content type: text/plain
Description: initialisation file, define here the default theme
Class: GonxTabs
Create elegant HTML tabs based interface
Author: By
Last change:
Date: 19 years ago
Size: 90 bytes
 

Contents

Class file image Download
<?php

$GonxAdmin
["theme"] = "defaults";

require_once(
"libs/gonxtabs.class.php");
?>