mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-15 04:52:13 +00:00
Delete directory.xml
This commit is contained in:
@@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<tbook complete="true">
|
|
||||||
{foreach $contacts as $row}
|
|
||||||
<item context="active" type="" fav="false" mod="false" index="0">
|
|
||||||
{if $row.contact_name_given != ""}
|
|
||||||
<name>{$row.contact_name_given} {$row.contact_name_family}</name>
|
|
||||||
{else}
|
|
||||||
<name>{$row.contact_organization}</name>
|
|
||||||
{/if}
|
|
||||||
{foreach $row.numbers as $number}
|
|
||||||
{if $number.phone_number != ""}
|
|
||||||
<number>{$number.phone_number}</number>
|
|
||||||
{else}
|
|
||||||
<number>{$number.phone_extension}</number>
|
|
||||||
{/if}
|
|
||||||
{/foreach}
|
|
||||||
</item>
|
|
||||||
{/foreach}
|
|
||||||
</tbook>
|
|
||||||
Reference in New Issue
Block a user