public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
Search Repo:
tedkulp (author)
Sun Apr 27 07:29:54 -0700 2008
commit  1d4e393fe0cae8142711a915f87157611a76f101
tree    5ae931db88ca7b522756bf319e6cfc6ccda35924
parent  5c1eb285cfb340bd5332b019ff18afc44a4d5881
100644 9 lines (9 sloc) 0.345 kb
1
2
3
4
5
6
7
8
9
<h2>Thanks for installing CMS Made Simple</h2>
<table class="countdown" cellspacing="2" cellpadding="2">
  <tr>
{section name=stepimages loop=$number_of_pages}
{assign var='page' value=$smarty.section.stepimages.index+1}
    <td><img src="images/{$page}{if $page == $current_page}off{/if}.gif" alt="Step {$page}" /></td>
{/section}
  </tr>
</table>