Merge pull request #1973 from kurund/CRM-13587
[civicrm-core.git] / templates / CRM / common / SectionNav.tpl
index 3df2e8c932acff444c912f3426d51fb86deba7a7..136afd3358ec9eb15e05f17db7610c5f2fe84b7d 100644 (file)
@@ -1,6 +1,6 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -39,7 +39,7 @@
             {/if}
             {* Skip "Submit Application" category - it is shown separately *}
             {if $step.title NEQ 'Submit Application'}
-                {* step.link value is passed for section usages which allow clickable navigation AND when section state is clickable *} 
+                {* step.link value is passed for section usages which allow clickable navigation AND when section state is clickable *}
                 <li class="{$stepClass}">{if $step.link && !$step.current}<a href="{$step.link}">{/if}{$step.title}{if $step.link && !$step.current}</a>{/if}</li>
                 {if $step.current}
                     {include file="CRM/common/WizardHeader.tpl"}
@@ -48,4 +48,4 @@
     {/foreach}
    </ul>
 </div>
-{/if}
\ No newline at end of file
+{/if}