| 2 |
D R U P A L THEME ENGINE |
D R U P A L THEME ENGINE |
| 3 |
******************************************************************** |
******************************************************************** |
| 4 |
Name: phptal |
Name: phptal |
| 5 |
Version: 2.1 |
Version: 3.0 |
| 6 |
Author: Olav Schettler |
Author: Olav Schettler |
| 7 |
Email: olav-phptal at contaire dot net |
Email: olav-phptal at contaire dot net |
| 8 |
Last update: June 20th, 2006 |
Last update: 02 February 2007 |
| 9 |
Drupal: 4.7.2, and CVS |
Drupal: 5.x |
| 10 |
|
|
| 11 |
******************************************************************** |
******************************************************************** |
| 12 |
DESCRIPTION: |
DESCRIPTION: |
| 13 |
|
|
| 14 |
This is a theme engine for Drupal 4.7.x, which allows the use |
This is a theme engine for Drupal 5.x, which allows the use |
| 15 |
of templates written in the PHPTAL language. This engine is a nearly |
of templates written in the PHPTAL language. This engine is a nearly |
| 16 |
one-to-one copy of the phptemplate engine, just replacing the underlying |
one-to-one copy of the phptemplate engine, just replacing the underlying |
| 17 |
template engine with the one from <http://phptal.sourceforge.net/>. |
template engine with the one from <http://phptal.sourceforge.net/>. |
| 35 |
******************************************************************** |
******************************************************************** |
| 36 |
SYSTEM REQUIREMENTS: |
SYSTEM REQUIREMENTS: |
| 37 |
|
|
| 38 |
Drupal: Drupal 4.7.x, or Latest CVS. |
Drupal: Drupal 5.x |
| 39 |
|
|
| 40 |
******************************************************************** |
******************************************************************** |
| 41 |
INSTALLATION: |
INSTALLATION: |
| 50 |
SPECIAL THANKS : |
SPECIAL THANKS : |
| 51 |
|
|
| 52 |
Laurent Bedubourg for his implementation of PHPTAL. |
Laurent Bedubourg for his implementation of PHPTAL. |
| 53 |
|
|
| 54 |
|
******************************************************************** |
| 55 |
|
******************************************************************** |
| 56 |
|
|
| 57 |
|
This directory also contains a port of the andreas01 design |
| 58 |
|
by Andreas Viklund. This was previously available as the 'olav' theme |
| 59 |
|
but has been made the default theme for the phptal.engine now. |