msnf-block-step-info.tpl.php in Multistep Nodeform 7
Displays information about the current form step as block content.
Available variables:
- $steps_rendered Step titles rendered as simple item list.
1 theme call to msnf-block-step-info.tpl.php
- msnf_block_view in ./
msnf.module - Implements hook_block_view().
File
theme/msnf-block-step-info.tpl.phpView 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;