PHP Classes

File: run.php

Recommend this page to a friend!
  Classes of Max Stemplevski   Joomla Template Creator   run.php   Download  
File: run.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Joomla Template Creator
Create Joomla CMS template extensions
Author: By
Last change:
Date: 1 year ago
Size: 116 bytes
 

Contents

Class file image Download
<?php
require_once('JTemplateCreator.class.php');
 
$new_template = new JTemplateCreator();
 
$new_template->run();
?>