PATH:
home
/
lab2454c
/
caimegroup.com
/
wp-content
/
plugins
/
mailpoet
/
views
/
form
/
templatesLegacy
/
blocks
<% set currentMonth = 'now'|date('n') %> <select id="{{ id }}_months"> <option value=""><%= __('Month') %></option> <% for month in 1..12 %> <option <% if(currentMonth == month) %> {{#if params.is_default_today}}selected="selected"{{/if}} <% endif %> > <%= month_names[month - 1] %> </option> <% endfor %> </select>
[-] date.hbs
[edit]
[-] index.php
[edit]
[+]
..
[-] date_months.hbs
[edit]
[-] date_days.hbs
[edit]
[-] date_years.hbs
[edit]