thd/apps/frontend/modules/search/templates/_leftPanel.php
author sauretn
Fri, 04 Dec 2009 15:43:18 +0100
changeset 42 db08c0f0fa99
parent 35 94a1dc255022
permissions -rw-r--r--
Modif helloWorld Test
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
35
94a1dc255022 Commit the all thd project created with the framework symfony
Gautier Thibault <gthibault@universcine.com>
parents:
diff changeset
     1
<div id="tagPanel-header">
94a1dc255022 Commit the all thd project created with the framework symfony
Gautier Thibault <gthibault@universcine.com>
parents:
diff changeset
     2
	<h3 class="head">Navigation par tag :</h3>
94a1dc255022 Commit the all thd project created with the framework symfony
Gautier Thibault <gthibault@universcine.com>
parents:
diff changeset
     3
	<span>Autres tags associés à cet extrait</span>
94a1dc255022 Commit the all thd project created with the framework symfony
Gautier Thibault <gthibault@universcine.com>
parents:
diff changeset
     4
</div>
94a1dc255022 Commit the all thd project created with the framework symfony
Gautier Thibault <gthibault@universcine.com>
parents:
diff changeset
     5
<?php include_component( "search", "tagNavigator" ) ?>
94a1dc255022 Commit the all thd project created with the framework symfony
Gautier Thibault <gthibault@universcine.com>
parents:
diff changeset
     6
<?php include_component( "search", "tagList" ) ?>