diff sites/all/modules/custom/solrsearch/solrsearch-term-list-title.tpl.php @ 0:015d06b10d37 default tip

initial
author dwinter
date Wed, 31 Jul 2013 13:49:13 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sites/all/modules/custom/solrsearch/solrsearch-term-list-title.tpl.php	Wed Jul 31 13:49:13 2013 +0200
@@ -0,0 +1,7 @@
+
+
+<h2>Titles (found <?php print $cnt ?> starting with letter "<?php print $letter?>")</h2>
+
+<?php foreach ($titles as $title => $hits):?>
+<div><?php print l($title . ' ('. $hits .')','/solrsearch/title_s:"' . $title .'")') ?></div>
+<?php endforeach;?>
\ No newline at end of file