-
Notifications
You must be signed in to change notification settings - Fork 3
/
template-overview.php
23 lines (21 loc) · 1.39 KB
/
template-overview.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<div class="template-preview">
<img src="<?php echo $gantry->templateUrl;?>/template-thumb-big.png" style="max-width:323px;" />
<h2>Key Features</h2>
<ul>
<li>Responsive Design supporting Phone, Tablets and Desktops</li>
<li>LESS CSS auto-compilation</li>
<li>Flexible widgets for template customization</li>
<li>Full extensible framework architecture</li>
<li>XML driven and with overrides for unprecedented levels of customization</li>
<li>Per menu-item level of control over any configuration option with inheritance</li>
</ul>
</div>
<div class="template-description">
<h1><?php echo $gantry->get('template_full_name');?> <span>v<?php echo $gantry->_template->getVersion();?></span></h1>
<p>Alerion for Joomla is a RocketTheme Joomla Template Club release featuring the revolutionary <b>Gantry Joomla Template Framework</b>, developed exclusively by RocketTheme to enable flexible and highly extensible template development.</p><br />
<h2>What Is Gantry?</h2>
<p>Gantry is a sophisticated framework with the sole intention of being the best platform to build a solid theme with.
Gantry takes all the lessons learned during the development of many RocketTheme Joomla templates and WordPress
Themes and distills that knowledge into a single super-flexible framework that is easy to configure, simple to
extend, and powerful enough to handle anything we want to throw at it.</p>
</div>