mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-02-07 01:54:16 +01:00
14 lines
317 B
PHP
14 lines
317 B
PHP
|
<?php // Include Style and Script
|
||
|
OC_Util::addScript('contacts','interface');
|
||
|
OC_Util::addStyle('contacts','styles');
|
||
|
?>
|
||
|
|
||
|
<div class="contacts_contacts leftcontent">
|
||
|
<ul>
|
||
|
<?php echo $this->inc("_contacts"); ?>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div class="contacts_details rightcontent">
|
||
|
<?php echo $this->inc("_details"); ?>
|
||
|
</div>
|