You are here

msnf-block-step-info.tpl.php in Multistep Nodeform 7

msnf-block-step-info.tpl.php

Displays information about the current form step as block content.

Available variables:

  • $steps_rendered Step titles rendered as simple item list.

File

theme/msnf-block-step-info.tpl.php
View source
<?php

/**
 * @file msnf-block-step-info.tpl.php
 *
 * Displays information about the current form step as block content.
 *
 * Available variables:
 * - $steps_rendered
 *   Step titles rendered as simple item list.
 */
print $steps_rendered;