diff --git a/modules/mod_articles_archive/tmpl/default.php b/modules/mod_articles_archive/tmpl/default.php
index a533e59366630..fad4079e24955 100644
--- a/modules/mod_articles_archive/tmpl/default.php
+++ b/modules/mod_articles_archive/tmpl/default.php
@@ -8,15 +8,16 @@
*/
defined('_JEXEC') or die;
+
?>
+
+
+
+ text; ?>
+
+
+
+
diff --git a/modules/mod_articles_categories/tmpl/default.php b/modules/mod_articles_categories/tmpl/default.php
index b5ce9907833df..c62101b194b29 100644
--- a/modules/mod_articles_categories/tmpl/default.php
+++ b/modules/mod_articles_categories/tmpl/default.php
@@ -8,7 +8,8 @@
*/
defined('_JEXEC') or die;
+
?>
-get('layout', 'default') . '_items'); ?>
+ get('layout', 'default') . '_items'); ?>
diff --git a/modules/mod_articles_categories/tmpl/default_items.php b/modules/mod_articles_categories/tmpl/default_items.php
index fbae85902ef57..4561c452b6625 100644
--- a/modules/mod_articles_categories/tmpl/default_items.php
+++ b/modules/mod_articles_categories/tmpl/default_items.php
@@ -9,29 +9,30 @@
defined('_JEXEC') or die;
-foreach ($list as $item) : ?>
- id))) echo ' class="active"'; ?>> level - $startLevel - 1; ?>
+?>
+
+ id))) echo ' class="active"'; ?>>
+ level - $startLevel - 1; ?>
get('item_heading') + $levelup; ?>>
-
- title; ?>
- get('numitems')) : ?>
- (numitems; ?>)
-
-
- get('item_heading') + $levelup; ?>>
-
+
+ title; ?>
+ get('numitems')) : ?>
+ (numitems; ?>)
+
+
+ get('item_heading') + $levelup; ?>>
get('show_description', 0)) : ?>
description, $item->getParams(), 'mod_articles_categories.content'); ?>
get('show_children', 0) && (($params->get('maxlevel', 0) == 0)
|| ($params->get('maxlevel') >= ($item->level - $startLevel)))
&& count($item->getChildren())) : ?>
- '; ?>
-
- getChildren(); ?>
- get('layout', 'default') . '_items'); ?>
-
- '; ?>
+
+
+ getChildren(); ?>
+ get('layout', 'default') . '_items'); ?>
+
+
diff --git a/modules/mod_articles_category/tmpl/default.php b/modules/mod_articles_category/tmpl/default.php
index 27909e734de41..0a3b28b70bd6d 100644
--- a/modules/mod_articles_category/tmpl/default.php
+++ b/modules/mod_articles_category/tmpl/default.php
@@ -13,111 +13,105 @@
$group) : ?>
- -
-
-
-
- -
- get('link_titles') == 1) : ?>
-
- title; ?>
-
-
- title; ?>
-
-
- displayHits) : ?>
-
- (displayHits; ?>)
-
-
-
- get('show_author')) : ?>
-
- displayAuthorName; ?>
-
-
-
- displayCategoryTitle) : ?>
-
- (displayCategoryTitle; ?>)
-
-
-
- displayDate) : ?>
- displayDate; ?>
-
-
- get('show_introtext')) : ?>
-
- displayIntrotext; ?>
-
-
-
- get('show_readmore')) : ?>
-
+
-
+
+
+
+
-
+ get('show_readmore_title', 0) == 0) : ?>
+
+
+
+ title, $params->get('readmore_limit')); ?>
+
+
+
+
+
+
+
+
get('link_titles') == 1) : ?>
- title; ?>
+
+ title; ?>
+
title; ?>
-
displayHits) : ?>
(displayHits; ?>)
-
get('show_author')) : ?>
displayAuthorName; ?>
-
displayCategoryTitle) : ?>
(displayCategoryTitle; ?>)
-
displayDate) : ?>
displayDate; ?>
-
get('show_introtext')) : ?>
displayIntrotext; ?>
-
get('show_readmore')) : ?>
diff --git a/modules/mod_articles_latest/tmpl/default.php b/modules/mod_articles_latest/tmpl/default.php
index ed834b96b1db2..b6e8bfb2a3221 100644
--- a/modules/mod_articles_latest/tmpl/default.php
+++ b/modules/mod_articles_latest/tmpl/default.php
@@ -8,15 +8,16 @@
*/
defined('_JEXEC') or die;
+
?>
diff --git a/modules/mod_articles_news/tmpl/_item.php b/modules/mod_articles_news/tmpl/_item.php
index c5101cfddbe55..8701e8020976c 100644
--- a/modules/mod_articles_news/tmpl/_item.php
+++ b/modules/mod_articles_news/tmpl/_item.php
@@ -10,9 +10,9 @@
defined('_JEXEC') or die;
$item_heading = $params->get('item_heading', 'h4');
+
?>
get('item_title')) : ?>
-
< class="newsflash-titleget('moduleclass_sfx'); ?>">
link !== '' && $params->get('link_titles')) : ?>
@@ -22,21 +22,17 @@
title; ?>
>
-
-
get('intro_only')) : ?>
afterDisplayTitle; ?>
-
beforeDisplayContent; ?>
-
get('show_introtext', '1')) : ?>
introtext; ?>
-
afterDisplayContent; ?>
-
link) && $item->readmore != 0 && $params->get('readmore')) : ?>
- link . '">' . $item->linkText . ''; ?>
+
+ linkText; ?>
+
diff --git a/modules/mod_articles_news/tmpl/default.php b/modules/mod_articles_news/tmpl/default.php
index 5cb29b093b965..0d4173ff4b0c4 100644
--- a/modules/mod_articles_news/tmpl/default.php
+++ b/modules/mod_articles_news/tmpl/default.php
@@ -8,6 +8,7 @@
*/
defined('_JEXEC') or die;
+
?>
diff --git a/modules/mod_articles_news/tmpl/horizontal.php b/modules/mod_articles_news/tmpl/horizontal.php
index 475f75b3e9c82..86cf4014eeb08 100644
--- a/modules/mod_articles_news/tmpl/horizontal.php
+++ b/modules/mod_articles_news/tmpl/horizontal.php
@@ -8,13 +8,13 @@
*/
defined('_JEXEC') or die;
+
?>
-
-
1 && (($i < $n - 1) || $params->get('showLastSeparator'))) : ?>
diff --git a/modules/mod_articles_news/tmpl/vertical.php b/modules/mod_articles_news/tmpl/vertical.php
index 1ec2600a7bf88..840cad44c8d96 100644
--- a/modules/mod_articles_news/tmpl/vertical.php
+++ b/modules/mod_articles_news/tmpl/vertical.php
@@ -8,13 +8,13 @@
*/
defined('_JEXEC') or die;
+
?>
-
-
1 && (($i < $n - 1) || $params->get('showLastSeparator'))) : ?>
diff --git a/modules/mod_articles_popular/tmpl/default.php b/modules/mod_articles_popular/tmpl/default.php
index 8ba8075b98346..2ca9b289844cb 100644
--- a/modules/mod_articles_popular/tmpl/default.php
+++ b/modules/mod_articles_popular/tmpl/default.php
@@ -8,15 +8,16 @@
*/
defined('_JEXEC') or die;
+
?>
diff --git a/modules/mod_banners/tmpl/default.php b/modules/mod_banners/tmpl/default.php
index a87cc1b856e00..4d40d3815df89 100644
--- a/modules/mod_banners/tmpl/default.php
+++ b/modules/mod_banners/tmpl/default.php
@@ -10,105 +10,104 @@
defined('_JEXEC') or die;
JLoader::register('BannerHelper', JPATH_ROOT . '/components/com_banners/helpers/banner.php');
+
?>
-
-
-
-
-
-
- id); ?>
- type == 1) : ?>
-
- name), $item->custombannercode); ?>
-
- params->get('imageurl'); ?>
- params->get('width'); ?>
- params->get('height'); ?>
-
-
-
- params->get('alt'); ?>
- name; ?>
-
- clickurl) : ?>
-
- get('target', 1); ?>
-
-
-
-
-
- />
-
-
-
-
-
-
- />
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
diff --git a/modules/mod_breadcrumbs/tmpl/default.php b/modules/mod_breadcrumbs/tmpl/default.php
index a2e9d5de126e8..488a90fc054ca 100644
--- a/modules/mod_breadcrumbs/tmpl/default.php
+++ b/modules/mod_breadcrumbs/tmpl/default.php
@@ -10,8 +10,8 @@
defined('_JEXEC') or die;
JHtml::_('bootstrap.tooltip');
-?>
+?>
get('showHere', 1)) : ?>
-
@@ -22,54 +22,50 @@
-
- link) && !empty($list[$i - 1]->link) && $list[$i]->link === $list[$i - 1]->link)
- {
- unset($list[$i]);
- }
- }
-
- // Find last and penultimate items in breadcrumbs list
- end($list);
- $last_item_key = key($list);
- prev($list);
- $penult_item_key = key($list);
-
- // Make a link if not the last item in the breadcrumbs
- $show_last = $params->get('showLast', 1);
-
- // Generate the trail
- foreach ($list as $key => $item) :
- if ($key !== $last_item_key) :
- // Render all but last item - along with separator ?>
+
+
+ link) && !empty($list[$i - 1]->link) && $list[$i]->link === $list[$i - 1]->link) : ?>
+
+
+
+
+
+
+
+
+
+ get('showLast', 1); ?>
+
+ $item) : ?>
+
+
-
link)) : ?>
- name; ?>
+
+
+ name; ?>
+
+
name; ?>
-
-
+
-
+
+
-
name; ?>
-
+
-
+
+
diff --git a/modules/mod_custom/tmpl/default.php b/modules/mod_custom/tmpl/default.php
index 560cbec95a64c..1770fdf419b25 100644
--- a/modules/mod_custom/tmpl/default.php
+++ b/modules/mod_custom/tmpl/default.php
@@ -8,9 +8,8 @@
*/
defined('_JEXEC') or die;
-?>
-
-get('backgroundimage')) : ?> style="background-image:url(get('backgroundimage'); ?>)" >
+?>
+
get('backgroundimage')) : ?> style="background-image:url(get('backgroundimage'); ?>)">
content; ?>