From 5ce0e303e8922873dcc5b18d1959ee19b2d45b9f Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Wed, 25 Jul 2018 13:14:26 +0200 Subject: [PATCH] drop instead of commenting --- templates/renater/web/index.tt2.html | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/templates/renater/web/index.tt2.html b/templates/renater/web/index.tt2.html index 16b577e..40fa4e7 100644 --- a/templates/renater/web/index.tt2.html +++ b/templates/renater/web/index.tt2.html @@ -56,33 +56,6 @@ <label class="show-for-small-only">Accueil</label> </a> </li> - <!-- SUPPORT --> - <!--<li class="has-submenu">--> - <!--<a href="#" title="Support" data-tooltip class="left">--> - <!--<img class="hide-for-small-only support_img" src="images/support.svg" alt="Support" data-options="disable_for_touch:true"/>--> - <!--<label class="show-for-small-only">Support</label>--> - <!--</a>--> - - <!--<ul class="submenu vertical" data-submenu>--> - <!--<li>--> - <!--<a href="user_guide">--> - <!--<label>Guide utilisateur</label>--> - <!--</a>--> - <!--</li>--> - <!--<li>--> - <!--<a href="faq">--> - <!--<label>FAQ</label>--> - <!--</a>--> - <!--</li>--> - <!--</ul>--> - <!--</li>--> - <!-- Contact --> - <!--<li>--> - <!--<a href="/contacts" title="Contact" data-tooltip class="left">--> - <!--<img class="hide-for-small-only home_img" src="images/contact.svg" alt="Contact" data-options="disable_for_touch:true"/>--> - <!--<label class="show-for-small-only">Contact</label>--> - <!--</a>--> - <!--</li>--> </ul> </menu> </nav> -- GitLab