PageRenderTime 25ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/views/esw/templates/store/basket/empty.tpl.php

https://bitbucket.org/pooshonk/esw
PHP | 19 lines | 11 code | 8 blank | 0 comment | 0 complexity | bf50fc1e99b2d16356d65083c7a2f324 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <section id="main">
  2. <div class="wrapper">
  3. <article role="main" id="content">
  4. <h1>Your shopping basket</h1>
  5. <p>Your basket is currently empty</p>
  6. <div class="clear"></div>
  7. </div><!--/content-->
  8. <div class="clear"></div>
  9. </div>
  10. </article>
  11. </section>