PHP Classes

File: WIAdmin/WIPlugin/WIBlog/WICore/WIClass/WIConfig.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIAdmin/WIPlugin/WIBlog/WICore/WIClass/WIConfig.php   Download  
File: WIAdmin/WIPlugin/WIBlog/WICore/WIClass/WIConfig.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 7 years ago
Size: 247 bytes
 

Contents

Class file image Download
<?php

//plugin details

define('sidebar_name', "Blog");

define('sidebar_label', "Blog");

define('link', "WIPlugin/WIBlog/WIBlog.php");

define('parent_no', 0);

define('parent_to_plug', 0);

define('sort_no', 5);

define('lang', "blog");