Skip to content

Commit

Permalink
thanks @laoneo
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Jul 26, 2017
1 parent 5c48bdc commit c5c2d8c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/com_finder/views/search/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
JHtml::_('formbehavior.chosen');
JHtml::addIncludePath(JPATH_COMPONENT . '/helpers/html');
JHtml::_('stylesheet', 'com_finder/finder.css', array('version' => 'auto', 'relative' => true));
?>

?>
<div class="finder<?php echo $this->pageclass_sfx; ?>">
<?php if ($this->params->get('show_page_heading')) : ?>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion components/com_finder/views/search/tmpl/default_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@

JFactory::getDocument()->addScriptDeclaration($script);
}
?>

?>
<form id="finder-search" action="<?php echo JRoute::_($this->query->toUri()); ?>" method="get" class="form-inline">
<?php echo $this->getFields(); ?>
<?php // DISABLED UNTIL WEIRD VALUES CAN BE TRACKED DOWN. ?>
Expand Down
2 changes: 1 addition & 1 deletion components/com_finder/views/search/tmpl/default_result.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
{
$route .= '&highlight=' . base64_encode(json_encode($this->query->highlight));
}
?>

?>
<li>
<h4 class="result-title <?php echo $mime; ?>">
<a href="<?php echo JRoute::_($route); ?>">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
defined('_JEXEC') or die;

?>

<?php // Display the suggested search if it is different from the current search. ?>
<?php if (($this->suggested && $this->params->get('show_suggested_query', 1)) || ($this->explained && $this->params->get('show_explained_query', 1))) : ?>
<div id="search-query-explained">
Expand Down

0 comments on commit c5c2d8c

Please sign in to comment.