summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php16
1 files changed, 14 insertions, 2 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index c916e88f8..cfb3dd23c 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -95,13 +95,25 @@
dropdownToggle
news-stop-propagation>
<button class="share svg dropbtn"
- title="<?php p($l->t('test')); ?>">
+ title="Partager">
</button>
</li>
<div class="dropdown-content">
<!-- Contact -->
<a>Liste contact</a>
- <a>Partage réseaux sociaux </a>
+ <a>Arnaud</a>
+ <a>Antoine</a>
+ <a>Adrien</a>
+
+ <a ng-click="">
+ <span class="icon-checkmark pl-2"></span>
+ <span> Facebook </span>
+ </a>
+ <a ng-click="">
+ <span class="icon-checkmark pl-2"></span>
+ <span> Twitter </span>
+ </a>
+
</div>
</div>
<!-- END DROPDOWN -->