Browse Source

Ajout des liens sociaux dans la barre.

Bastien Sevajol 12 years ago
parent
commit
409ae97639

+ 1 - 1
src/Muzich/CoreBundle/Resources/views/Layout/side.html.twig View File

@@ -9,7 +9,7 @@
9 9
     {% render "MuzichCoreBundle:Search:renderGlobalSearchForm" %}
10 10
   </div>
11 11
   
12
-  {#{% include 'MuzichCoreBundle:Layout:social.html.twig' %}#}
12
+  {% include 'MuzichCoreBundle:Layout:social.html.twig' %}
13 13
   
14 14
   {% render 'MuzichCoreBundle:Core:renderSideMenu' %}
15 15
 

+ 3 - 3
src/Muzich/CoreBundle/Resources/views/Layout/social.html.twig View File

@@ -1,17 +1,17 @@
1 1
 <div id="social" class="nicebox">
2 2
   <ul class="social_links">
3 3
     <li>
4
-      <a href="" >
4
+      <a href="https://www.facebook.com/pages/Muzich/639661296050323" target="_blank" >
5 5
         <img src="{{ asset('/img/icon_facebook.png') }}" alt="facebook" />
6 6
       </a>
7 7
     </li>
8 8
     <li>
9
-      <a href="" >
9
+      <a href="https://twitter.com/Muzich_Official" >
10 10
         <img src="{{ asset('/img/icon_twitter.png') }}" alt="twitter" />
11 11
       </a>
12 12
     </li>
13 13
     <li>
14
-      <a href="" >
14
+      <a href="https://plus.google.com/u/1/communities/114923310009590627613" >
15 15
         <img src="{{ asset('/img/icon_googleplus.png') }}" alt="google plus" />
16 16
       </a>
17 17
     </li>