"Empty Page Template" Mod
1.0.7.x
|
| Price: |
USD 0 |
| Module Type: |
Other Modules |
| Version: |
1.0.7.x |
| Supported?: |
Yes (free) |
|
Module Description:
|
|
|
A simple template for all your pages to fit the PMR design:
<?php
// phpMyRealty 1.0 // // Copyright (c)2006 phpMyRealty.com // // e-mail: support@phpMyRealty.com
// Include configuration file and general functions include ( './config.php' ); include ( PATH . '/defaults.php' );
// ----------------------------------------------------------------------
// Title tag content $title = $conf['website_name_short'];
// Template header include ( PATH . '/templates/' . $cookie_template . '/header.php' );
?>
Your text / html goes here...
<?php
// Template footer include ( PATH . '/templates/' . $cookie_template . '/footer.php' );
?>
|
Downloaded / Viewed: 801
Submission Date: 09-15-2007
Last Update: --
|
|
|
|