-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
even in license header yes... Signed-off-by: Jessica González <[email protected]>
- Loading branch information
1 parent
16ce8da
commit 940c0dd
Showing
45 changed files
with
53 additions
and
53 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
if (!defined('SMF')) | ||
|
@@ -239,7 +239,7 @@ public static function profile(&$profile_areas) | |
* | ||
* Insert a Wall button on the menu buttons array | ||
* @param array $menu_buttons An array containing all possible tabs for the main menu. | ||
* @link http://mattzuba.com | ||
* @link //mattzuba.com | ||
* @return void | ||
*/ | ||
public static function menu(&$menu_buttons) | ||
|
@@ -461,7 +461,7 @@ public static function notiHeaders() | |
|
||
// Common css and js files. | ||
$context['html_headers'] .= ' | ||
<script type="text/javascript">!window.jQuery && document.write(unescape(\'%3Cscript src="http://code.jquery.com/jquery-1.9.1.min.js"%3E%3C/script%3E\'))</script> | ||
<script type="text/javascript">!window.jQuery && document.write(unescape(\'%3Cscript src="//code.jquery.com/jquery-1.9.1.min.js"%3E%3C/script%3E\'))</script> | ||
<link href="'. $settings['default_theme_url'] .'/css/breeze.min.css" rel="stylesheet" type="text/css" />'; | ||
|
||
// Load the notification JS files. | ||
|
@@ -571,23 +571,23 @@ public static function credits() | |
'users' => array( | ||
'jQuery' => array( | ||
'name' => 'jQuery', | ||
'site' => 'http://jquery.com/', | ||
'site' => '//jquery.com/', | ||
), | ||
'facebox' => array( | ||
'name' => 'Facebox', | ||
'site' => 'https://github.com/defunkt/facebox', | ||
'site' => '//github.com/defunkt/facebox', | ||
), | ||
'noty' => array( | ||
'name' => 'noty jquery plugin', | ||
'site' => 'http://needim.github.com/noty/', | ||
'site' => '//needim.github.com/noty/', | ||
), | ||
'mentions' => array( | ||
'name' => 'Mentions autocomplete', | ||
'site' => 'http://ichord.github.com/At.js', | ||
'site' => '//ichord.github.com/At.js', | ||
), | ||
'purify' => array( | ||
'name' => 'purify.js', | ||
'site' => 'https://github.com/cure53/DOMPurify', | ||
'site' => '//github.com/cure53/DOMPurify', | ||
), | ||
), | ||
), | ||
|
@@ -596,7 +596,7 @@ public static function credits() | |
'users' => array( | ||
'ikons' => array( | ||
'name' => 'ikons from Piotr Kwiatkowski', | ||
'site' => 'http://ikons.piotrkwiatkowski.co.uk/', | ||
'site' => '//ikons.piotrkwiatkowski.co.uk/', | ||
), | ||
), | ||
), | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
if (!defined('SMF')) | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
if (!defined('SMF')) | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
if (!defined('SMF')) | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
if (!defined('SMF')) | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
if (!defined('SMF')) | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
if (!defined('SMF')) | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
if (!defined('SMF')) | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
if (!defined('SMF')) | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
if (!defined('SMF')) | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
if (!defined('SMF')) | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
if (!defined('SMF')) | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
if (!defined('SMF')) | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
if (!defined('SMF')) | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
if (!defined('SMF')) | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
if (!defined('SMF')) | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
if (!defined('SMF')) | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
if (!defined('SMF')) | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017, Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
// User's wall. | ||
function template_user_wall() | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017, Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
// The admin panel where the news and other very useful stuff is displayed | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017, Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
function breeze_status($data, $returnVar = false) | ||
|
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
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
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
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
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
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica Gonzalez <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica González | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
global $txt; | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica Gonzalez <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
global $txt; | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica Gonzalez <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
global $txt; | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica Gonzalez <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
global $txt; | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica Gonzalez <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
global $txt; | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica Gonzalez <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
global $txt; | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica Gonzalez <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
/** | ||
* @türkçe çeviri snrj | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica Gonzalez <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
/** | ||
* @türkçe çeviri snrj | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica Gonzalez <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
global $txt; | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica Gonzalez <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
global $txt; | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica Gonzalez <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
global $txt; | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @version 1.0.11 | ||
* @author Jessica Gonzalez <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez | ||
* @license http://www.mozilla.org/MPL/MPL-1.1.html | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
global $txt; | ||
|
Oops, something went wrong.