mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 15:47:54 +02:00
Destroyed Porting To et2 (markdown)
@ -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();
|
Reference in New Issue
Block a user