Phing events

From GLMWiki
Revision as of 11:28, 2 July 2012 by Kc8wxm (Talk | contribs)

Jump to: navigation, search
What site is this app for [demo.gaslightmedia.com] ?
What is the database name for site [demo]?
Is there a member db for site (Y,N) [Y]?


Template section

<section flexy:if="hasEvents" id="cEvents">
  <a flexy:foreach="events,v" href="{v[href]:h}" class="cEventItem">
    <span class="cEventTitle">{v[header]:h}</span>
    <span class="cEventDate">{v[bdate]:h}</span>
  </a><!-- /.cEventItem -->
</section><!-- /#cEvents -->