mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Destroyed Porting To et2 (markdown)
parent
1e71828214
commit
c8b5d2cf2f
@ -1,18 +0,0 @@
|
||||
> [Wiki](Home) ▸ [Developer Docs](Developer Docs) ▸ [Code Corner](Code Corner) ▸ **Porting to et2**
|
||||
|
||||
***
|
||||
et2 = etemplate2 = our new template-defining-system
|
||||
|
||||
Docu is not yet moved to new wiki here:
|
||||
|
||||
http://wiki.egroupware.org/index.php?wikipage=Porting+To+et2
|
||||
|
||||
Please note the above document was written for version 14.x, so instead of
|
||||
|
||||
$tmpl = new etemplate_new();
|
||||
|
||||
You have to use for 16.1+:
|
||||
|
||||
use EGroupware\Api\Etemplate;
|
||||
|
||||
$tmpl = new Etemplate();
|
Loading…
Reference in New Issue
Block a user