Skip to content

Commit

Permalink
Update default_articles.php
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Jun 29, 2018
1 parent 77cb5c4 commit 5152e6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/com_contact/tmpl/contact/default_articles.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@

defined('_JEXEC') or die;

JLoader::register('ContentHelperRoute', JPATH_SITE . '/components/com_content/helpers/route.php');
use Joomla\CMS\Router\Route;
use Joomla\CMS\HTML\HTMLHelper;

JLoader::register('ContentHelperRoute', JPATH_SITE . '/components/com_content/helpers/route.php');

?>
<?php if ($this->params->get('show_articles')) : ?>
<div class="com-contact__articles contact-articles">
Expand Down

0 comments on commit 5152e6f

Please sign in to comment.