Skip to content

Commit

Permalink
Merge branch 'joomla3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanramosnet committed Nov 28, 2012
2 parents 24e7475 + a906afa commit 65c44ee
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion html/com_contact/category/default_items.php
Expand Up @@ -9,7 +9,7 @@
// no direct access
defined('_JEXEC') or die;

JHtml::core();
JHtml::_('behavior.framework');

$listOrder = $this->escape($this->state->get('list.ordering'));
$listDirn = $this->escape($this->state->get('list.direction'));
Expand Down
2 changes: 1 addition & 1 deletion html/com_contact/featured/default_items.php
Expand Up @@ -8,7 +8,7 @@

// no direct access
defined('_JEXEC') or die;
JHtml::core();
JHtml::_('behavior.framework');

$listOrder = $this->escape($this->state->get('list.ordering'));
$listDirn = $this->escape($this->state->get('list.direction'));
Expand Down
2 changes: 1 addition & 1 deletion html/com_content/category/blog_item.php
Expand Up @@ -15,7 +15,7 @@
$canEdit = $this->item->params->get('access-edit');
JHtml::addIncludePath(JPATH_COMPONENT.'/helpers/html');
JHtml::_('behavior.tooltip');
JHtml::core();
JHtml::_('behavior.framework');

?>

Expand Down
2 changes: 1 addition & 1 deletion html/com_content/category/default_articles.php
Expand Up @@ -11,7 +11,7 @@

JHtml::addIncludePath(JPATH_COMPONENT.'/helpers/html');
JHtml::_('behavior.tooltip');
JHtml::core();
JHtml::_('behavior.framework');

// Create some shortcuts.
$params = &$this->item->params;
Expand Down
2 changes: 1 addition & 1 deletion html/com_newsfeeds/category/default_items.php
Expand Up @@ -9,7 +9,7 @@
// no direct access
defined('_JEXEC') or die;

JHtml::core();
JHtml::_('behavior.framework');

$n = count($this->items);
$listOrder = $this->escape($this->state->get('list.ordering'));
Expand Down
2 changes: 1 addition & 1 deletion html/com_weblinks/category/default_items.php
Expand Up @@ -13,7 +13,7 @@
$params = &$this->item->params;
JHtml::addIncludePath(JPATH_COMPONENT.'/helpers/html');
JHtml::_('behavior.tooltip');
JHtml::core();
JHtml::_('behavior.framework');

// Get the user object.
$user = JFactory::getUser();
Expand Down

0 comments on commit 65c44ee

Please sign in to comment.