dbcodeproject / nivenmorgan

Shopify Skin — Read more

This URL has Read+Write access

Darcy Brown (author)
Fri Oct 16 10:58:28 -0700 2009
commit  879a8b40b5d1233a68c394441461ced3de114bb6
tree    2d92ee5d43ac8b962b840d81fb8b4e083b78a404
parent  39ffec922a34a8108f750496f7aa139dede79328
name age message
file README Loading commit data...
directory assets/
directory layout/
file preview.gif
directory templates/
README
<a href="/cart">Cart</a><sup>{{ cart.item_count }}</sup>

    <form action="/search" method="get">
      <input id="search-input" type="text" name="q" /> <input type="image" src="{{ 'search_button.gif' | asset_url }}" 
      alt="Search" />
    </form>

      {{ content_for_layout }}

      <h3>Categories</h3>
      <ul class="rightlinks">
        {% for link in linklists.main-menu.links %}
           <li>{{ link.title | link_to: link.url }}</li>
        {% endfor %}
      </ul>
        
      {% if tags %}
      <h3>Tags</h3>
        <ul class="rightlinks">
          {% for tag in collection.tags %}  
            <li>{{ tag | link_to_tag: tag }}</li>
          {% endfor %}
        </ul>
      {% endif %}
      
      {% for link in linklists.footer.links %}
        {{ link.title | link_to: link.url }} | 
      {% endfor %} 


      <li><a href="#">Gold</a></li>
      <li><a href="#">Blue</a></li>
      <li><a href="#">Silver</a></li>
      <li><a href="#">Lavender Mint</a></li>
      <li><a href="#">Candles</a></li>
      <li><a href="#">For Kitchen</a></li>