You are here

similarterms.tpl.php in Similar By Terms 7

Same filename and directory in other branches
  1. 6 similarterms.tpl.php

File

similarterms.tpl.php
View source
<?php

/**
 * @file
 * simterms.tpl.ph
 * Theme implementation to display a list of related content.
 *
 * Available variables:
 * - $display_options:
 *    'title_only' Display titles only
 *    'teaser'     Display titles and teaser
 * - $display_options: Show the block display even with an empty list.
 * - $items: the list.
 * - $nodes: The raw data of the listed items.
 */
print $items;