-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
01b7fbb
commit 1ec4c1a
Showing
6 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* @version 3.x | ||
* @package JUHome | ||
* @author Denys D. Nosov ([email protected]) | ||
* @copyright (C) 2011-2017 by Denys D. Nosov (https://joomla-ua.org) | ||
* @copyright (C) 2011-2018 by Denys D. Nosov (https://joomla-ua.org) | ||
* @license GNU General Public License version 2 or later | ||
* | ||
**/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* @version 3.x | ||
* @package JUHome | ||
* @author Denys D. Nosov ([email protected]) | ||
* @copyright (C) 2011-2017 by Denys D. Nosov (https://joomla-ua.org) | ||
* @copyright (C) 2011-2018 by Denys D. Nosov (https://joomla-ua.org) | ||
* @license GNU General Public License version 2 or later | ||
* | ||
**/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
<extension type="component" version="2.5" method="upgrade"> | ||
<name>home</name> | ||
<author>Denys Nosov</author> | ||
<creationDate>21.12.2017</creationDate> | ||
<copyright>(C) 2011-2017 Joomla! Ukraine. All rights reserved.</copyright> | ||
<creationDate>03.01.2018</creationDate> | ||
<copyright>(C) 2011-2018 Joomla! Ukraine. All rights reserved.</copyright> | ||
<license>GNU General Public License version 2 or later</license> | ||
<authorEmail>[email protected]</authorEmail> | ||
<authorUrl>www.joomla-ua.org</authorUrl> | ||
<authorUrl>https://joomla-ua.org</authorUrl> | ||
<version>3.0.1</version> | ||
<description>Home - component for display modules and create Home Page</description> | ||
<files> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* @version 3.x | ||
* @package JUHome | ||
* @author Denys D. Nosov ([email protected]) | ||
* @copyright (C) 2011-2017 by Denys D. Nosov (https://joomla-ua.org) | ||
* @copyright (C) 2011-2018 by Denys D. Nosov (https://joomla-ua.org) | ||
* @license GNU General Public License version 2 or later | ||
* | ||
**/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* @version 3.x | ||
* @package JUHome | ||
* @author Denys D. Nosov ([email protected]) | ||
* @copyright (C) 2011-2017 by Denys D. Nosov (https://joomla-ua.org) | ||
* @copyright (C) 2011-2018 by Denys D. Nosov (https://joomla-ua.org) | ||
* @license GNU General Public License version 2 or later | ||
* | ||
**/ | ||
|
@@ -15,7 +15,7 @@ | |
|
||
if($params->get('display_title')) | ||
{ | ||
echo '<h1 class="head">' . $params->get('page_title') . '</h1>'; | ||
echo '<h1>' . $params->get('page_title') . '</h1>'; | ||
} | ||
|
||
echo HomeViewHome::LoadPositionForHome($home->mod_name_pref, $style = ($home->style ? $home->style : 'raw')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* @version 3.x | ||
* @package JUHome | ||
* @author Denys D. Nosov ([email protected]) | ||
* @copyright (C) 2011-2017 by Denys D. Nosov (https://joomla-ua.org) | ||
* @copyright (C) 2011-2018 by Denys D. Nosov (https://joomla-ua.org) | ||
* @license GNU General Public License version 2 or later | ||
* | ||
**/ | ||
|