mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 20:44:28 +01:00
13 lines
502 B
Plaintext
13 lines
502 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
||
|
<!-- This template is used in automated testing -->
|
||
|
<overlay>
|
||
|
<template id="api.nested.sub_template" template="" lang="" group="0" version="16.1">
|
||
|
<widget id="sub_child"/>
|
||
|
</template>
|
||
|
<template id="api.nested" template="" lang="" group="0" version="16.1">
|
||
|
<widget id="only_child"/>
|
||
|
<template id="api.nested.sub_template"/>
|
||
|
</template>
|
||
|
</overlay>
|