Help for this page

Select Code to Download


  1. or download this
    $template->param( 
      STATE_LOOP => [
    ...
         },
      ],
     );
    
  2. or download this
    <ul>
    <TMPL_LOOP NAME="STATE_LOOP">
    ...
      </li>
    </TMPL_LOOP>
    </ul>