Untitled diff

Created Diff never expires
10 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
27 lines
12 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
29 lines
# INCLUDE MSG #
# INCLUDE MSG #
<section id="module-calendar">
<section id="module-calendar">
<header>
<header>
<div class="cat-actions">
<a href="${relative_url(SyndicationUrlBuilder::rss('calendar'))}" aria-label="${LangLoader::get_message('syndication', 'common')}"><i class="fa fa-syndication" aria-hidden="true" title="${LangLoader::get_message('syndication', 'common')}"></i></a>
</div>
<h1>
<h1>
<a href="${relative_url(SyndicationUrlBuilder::rss('calendar'))}" title="${LangLoader::get_message('syndication', 'common')}"><i class="fa fa-syndication"></i></a>
{@module_title}
{@module_title}
</h1>
</h1>
</header>
</header>
<div class="content">
<div class="elements-container">
# IF NOT C_PENDING_PAGE #
# IF NOT C_PENDING_PAGE #
<div id="calendar">
<div id="calendar">
# INCLUDE CALENDAR #
# INCLUDE CALENDAR #
</div>
</div>
<div class="spacer"></div>
<div class="spacer"></div>
# ENDIF #
# ENDIF #
<div id="events">
<div id="events">
# INCLUDE EVENTS #
# INCLUDE EVENTS #
</div>
</div>
</div>
</div>
<footer></footer>
<footer></footer>
</section>
</section>