mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
32 lines
1.1 KiB
HTML
32 lines
1.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
|
|
<TITLE> phpGroupWare Application Development: Using Templates</TITLE>
|
|
<LINK HREF="phpGW_Developers-HOWTO-9.html" REL=next>
|
|
<LINK HREF="phpGW_Developers-HOWTO-7.html" REL=previous>
|
|
<LINK HREF="phpGW_Developers-HOWTO.html#toc8" REL=contents>
|
|
</HEAD>
|
|
<BODY>
|
|
<A HREF="phpGW_Developers-HOWTO-9.html">Next</A>
|
|
<A HREF="phpGW_Developers-HOWTO-7.html">Previous</A>
|
|
<A HREF="phpGW_Developers-HOWTO.html#toc8">Contents</A>
|
|
<HR>
|
|
<H2><A NAME="s8">8. Using Templates</A></H2>
|
|
|
|
<H2><A NAME="ss8.1">8.1 Overview</A>
|
|
</H2>
|
|
|
|
<P>phpGroupWare is built using a templates based design. This means the display pages, stored in tpl files, can be translated to other languages, made to look completely different.
|
|
<H2><A NAME="ss8.2">8.2 How to use templates</A>
|
|
</H2>
|
|
|
|
<P>Some instructions on using templates<BR>
|
|
For Further info read the PHPLIBs documentation for their template class.
|
|
<HR>
|
|
<A HREF="phpGW_Developers-HOWTO-9.html">Next</A>
|
|
<A HREF="phpGW_Developers-HOWTO-7.html">Previous</A>
|
|
<A HREF="phpGW_Developers-HOWTO.html#toc8">Contents</A>
|
|
</BODY>
|
|
</HTML>
|