Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.php « templates « contacts « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0cd214bfb18ae95a1d38d4778c916fe7ed8ffa9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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>