* Added mobile device detection PHP library * Call PHP library to decide which theme to use * Added theme as a configuration option into global config * Selectable Desktop theme (default: mmcFE) * Selectable Mobile theme (default: mobile) * Disable mobile theme support entirely **NOTE**: This requires updates to the `global.inc.php` so please check the dist file and update your config before filing a new issue! Addresses #25
9 lines
213 B
Smarty
9 lines
213 B
Smarty
{section name=news loop=$NEWS}
|
|
<div data-role="collapsible-set">
|
|
<div data-role="collapsible" data-collapsed="true">
|
|
<h3>{$NEWS[news].header}</h3>
|
|
<p>{$NEWS[news].content}</p>
|
|
</div>
|
|
</div>
|
|
{/section}
|