Skip to content

Commit

Permalink
Web/Fix/Update: Media Theming Works 100% + Added Theme + Small Fix.
Browse files Browse the repository at this point in the history
Signed-off-by: FailZorD <alex_pap_2010@live.com>
  • Loading branch information
FailZorD committed Dec 8, 2013
1 parent bd171ed commit 44e8d81
Show file tree
Hide file tree
Showing 23 changed files with 176 additions and 71 deletions.
16 changes: 16 additions & 0 deletions media/artworks/functions.d/GetMediaTheme.php
@@ -0,0 +1,16 @@
<?php
function GetMediaTheme() {
$con=mysqli_connect(DBHOST,DBUSER,DBPASS,DB);
$query= "SELECT * FROM themes WHERE active=1";
$result=mysqli_query($con,$query);
while($row=mysqli_fetch_array($result))
{
$CSS_LINK = $row['css_link'];
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/common.css?v15">';
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/css/wow.css?v4">';
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/media-gallery.css">';
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/css/media/media.css">';
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/css/media/media-index.css" />';

}
}
8 changes: 2 additions & 6 deletions media/artworks/index.php
@@ -1,5 +1,6 @@
<?php
require_once("../../configs.php");
include_once("functions.d/GetMediaTheme.php");
$page_cat="media";
?>
<!DOCTYPE html>
Expand All @@ -14,12 +15,7 @@
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<link rel="shortcut icon" href="../../wow/static/local-common/images/favicons/wow.png" type="image/x-icon" />
<link rel="search" type="application/opensearchdescription+xml" href="http://eu.battle.net/en-gb/data/opensearch" title="Battle.net Search" />
<link rel="stylesheet" href="../../wow/static/local-common/css/common.css?v17" />
<link title="World of Warcraft - News" href="wow/en/feed/news" type="application/atom+xml" rel="alternate"/>
<link rel="stylesheet" href="../../wow/static/css/wow.css?v7" />
<link rel="stylesheet" href="../../wow/static/local-common/css/media-gallery.css?v17" />
<link rel="stylesheet" href="../../wow/static/css/media/media.css?v7" />
<link href="../../wow/static/css/media/media.css" rel="stylesheet" type="text/css">
<?php GetMediaTheme(); ?>
<script src="../../wow/static/local-common/js/third-party/jquery-1.4.4-p1.min.js"></script>
<script src="../../wow/static/local-common/js/core.js?v17"></script>
<script src="../../wow/static/local-common/js/tooltip.js?v17"></script>
Expand Down
17 changes: 17 additions & 0 deletions media/artworks/visor/functions.d/GetMediaTheme.php
@@ -0,0 +1,17 @@
<?php
function GetMediaTheme() {
$con=mysqli_connect(DBHOST,DBUSER,DBPASS,DB);
$query= "SELECT * FROM themes WHERE active=1";
$result=mysqli_query($con,$query);
while($row=mysqli_fetch_array($result))
{
$CSS_LINK = $row['css_link'];
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/common.css?v15">';
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/css/wow.css?v4">';
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/media-gallery.css">';
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/css/media/media.css">';
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/cms/comments.css?v39" />';
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/css/cms.css?v23" />';

}
}
9 changes: 2 additions & 7 deletions media/artworks/visor/index.php
@@ -1,5 +1,6 @@
<?php
require_once("../../../configs.php");
include_once("functions.d/GetMediaTheme.php");
$page_cat="media";
?>
<!DOCTYPE html>
Expand All @@ -14,13 +15,7 @@
<meta content="false" http-equiv="imagetoolbar" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<link rel="shortcut icon" href="../../../wow/static/local-common/images/favicons/wow.ico" type="image/x-icon"/>
<link rel="stylesheet" href="../../../wow/static/local-common/css/common.css?v39" />
<link title="World of Warcraft - Noticias" href="../wow/es/feed/news" type="application/atom+xml" rel="alternate"/>
<link rel="stylesheet" href="../../../wow/static/css/wow.css?v23" />
<link rel="stylesheet" href="../../../wow/static/local-common/css/media-gallery.css?v39" />
<link rel="stylesheet" href="../../../wow/static/css/media/media.css?v23" />
<link rel="stylesheet" href="../../../wow/static/local-common/css/cms/comments.css?v39" />
<link rel="stylesheet" href="../../../wow/static/css/cms.css?v23" />
<?php GetMediaTheme(); ?>
<script src="../../../wow/static/local-common/js/third-party/jquery.js?v39"></script>
<script src="../../../wow/static/local-common/js/core.js?v39"></script>
<script src="../../../wow/static/local-common/js/tooltip.js?v39"></script>
Expand Down
16 changes: 16 additions & 0 deletions media/comics/functions.d/GetMediaTheme.php
@@ -0,0 +1,16 @@
<?php
function GetMediaTheme() {
$con=mysqli_connect(DBHOST,DBUSER,DBPASS,DB);
$query= "SELECT * FROM themes WHERE active=1";
$result=mysqli_query($con,$query);
while($row=mysqli_fetch_array($result))
{
$CSS_LINK = $row['css_link'];
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/common.css?v15">';
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/css/wow.css?v4">';
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/media-gallery.css">';
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/css/media/media.css">';
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/css/media/media-index.css" />';

}
}
8 changes: 2 additions & 6 deletions media/comics/index.php
@@ -1,5 +1,6 @@
<?php
require_once("../../configs.php");
include_once("functions.d/GetMediaTheme.php");
$page_cat="media";
?>
<!DOCTYPE html>
Expand All @@ -14,12 +15,7 @@
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<link rel="shortcut icon" href="../../wow/static/local-common/images/favicons/wow.png" type="image/x-icon" />
<link rel="search" type="application/opensearchdescription+xml" href="http://eu.battle.net/en-gb/data/opensearch" title="Battle.net Search" />
<link rel="stylesheet" href="../../wow/static/local-common/css/common.css?v17" />
<link title="World of Warcraft - News" href="wow/en/feed/news" type="application/atom+xml" rel="alternate"/>
<link rel="stylesheet" href="../../wow/static/css/wow.css?v7" />
<link rel="stylesheet" href="../../wow/static/local-common/css/media-gallery.css?v17" />
<link rel="stylesheet" href="../../wow/static/css/media/media.css?v7" />
<link href="../../wow/static/css/media/media.css" rel="stylesheet" type="text/css">
<?php GetMediaTheme(); ?>
<script src="../../wow/static/local-common/js/third-party/jquery-1.4.4-p1.min.js"></script>
<script src="../../wow/static/local-common/js/core.js?v17"></script>
<script src="../../wow/static/local-common/js/tooltip.js?v17"></script>
Expand Down
17 changes: 17 additions & 0 deletions media/comics/visor/functions.d/GetMediaTheme.php
@@ -0,0 +1,17 @@
<?php
function GetMediaTheme() {
$con=mysqli_connect(DBHOST,DBUSER,DBPASS,DB);
$query= "SELECT * FROM themes WHERE active=1";
$result=mysqli_query($con,$query);
while($row=mysqli_fetch_array($result))
{
$CSS_LINK = $row['css_link'];
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/common.css?v15">';
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/css/wow.css?v4">';
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/media-gallery.css">';
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/css/media/media.css">';
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/cms/comments.css?v39" />';
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/css/cms.css?v23" />';

}
}
9 changes: 2 additions & 7 deletions media/comics/visor/index.php
@@ -1,5 +1,6 @@
<?php
require_once("../../../configs.php");
include_once("functions.d/GetMediaTheme.php");
$page_cat="media";
?>
<!DOCTYPE html>
Expand All @@ -14,13 +15,7 @@
<meta content="false" http-equiv="imagetoolbar" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<link rel="shortcut icon" href="../../../wow/static/local-common/images/favicons/wow.ico" type="image/x-icon"/>
<link rel="stylesheet" href="../../../wow/static/local-common/css/common.css?v39" />
<link title="World of Warcraft - Noticias" href="../wow/es/feed/news" type="application/atom+xml" rel="alternate"/>
<link rel="stylesheet" href="../../../wow/static/css/wow.css?v23" />
<link rel="stylesheet" href="../../../wow/static/local-common/css/media-gallery.css?v39" />
<link rel="stylesheet" href="../../../wow/static/css/media/media.css?v23" />
<link rel="stylesheet" href="../../../wow/static/local-common/css/cms/comments.css?v39" />
<link rel="stylesheet" href="../../../wow/static/css/cms.css?v23" />
<?php GetMediaTheme(); ?>
<script src="../../../wow/static/local-common/js/third-party/jquery.js?v39"></script>
<script src="../../../wow/static/local-common/js/core.js?v39"></script>
<script src="../../../wow/static/local-common/js/tooltip.js?v39"></script>
Expand Down
16 changes: 16 additions & 0 deletions media/screenshots/functions.d/GetMediaTheme.php
@@ -0,0 +1,16 @@
<?php
function GetMediaTheme() {
$con=mysqli_connect(DBHOST,DBUSER,DBPASS,DB);
$query= "SELECT * FROM themes WHERE active=1";
$result=mysqli_query($con,$query);
while($row=mysqli_fetch_array($result))
{
$CSS_LINK = $row['css_link'];
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/common.css?v15">';
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/css/wow.css?v4">';
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/media-gallery.css">';
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/css/media/media.css">';
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/css/media/media-index.css" />';

}
}
19 changes: 7 additions & 12 deletions media/screenshots/index.php
@@ -1,5 +1,6 @@
<?php
require_once("../../configs.php");
include_once("functions.d/GetMediaTheme.php");
$page_cat="media";
?>
<!DOCTYPE html>
Expand All @@ -13,13 +14,7 @@
<meta content="false" http-equiv="imagetoolbar" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<link rel="shortcut icon" href="../../wow/static/local-common/images/favicons/wow.png" type="image/x-icon" />
<link rel="search" type="application/opensearchdescription+xml" href="http://eu.battle.net/en-gb/data/opensearch" title="Battle.net Search" />
<link rel="stylesheet" href="../../wow/static/local-common/css/common.css?v17" />
<link title="World of Warcraft - News" href="wow/en/feed/news" type="application/atom+xml" rel="alternate"/>
<link rel="stylesheet" href="../../wow/static/css/wow.css?v7" />
<link rel="stylesheet" href="../../wow/static/local-common/css/media-gallery.css?v17" />
<link rel="stylesheet" href="../../wow/static/css/media/media.css?v7" />
<link href="../../wow/static/css/media/media.css" rel="stylesheet" type="text/css">
<?php GetMediaTheme(); ?>
<script src="../../wow/static/local-common/js/third-party/jquery-1.4.4-p1.min.js"></script>
<script src="../../wow/static/local-common/js/core.js?v17"></script>
<script src="../../wow/static/local-common/js/tooltip.js?v17"></script>
Expand Down Expand Up @@ -102,36 +97,36 @@ class="view-link float-right"></a>
?>
<a class="ui-button button1 button1-previous " href="?pag=<?php echo $pagAnterior?>" id="previous-item" onClick="GalleryViewer.getPreviousPage()" >
<span>
<span>Zur&uuml;ck</span>
<span>Previous</span>
</span></a>
<?php
}
else {
?>
<a class="ui-button button1 button1-previous " href="#" id="previous-item" onClick="GalleryViewer.getPreviousPage()" >
<span>
<span>Zur&uuml;ck</span>
<span>Previous</span>
</span></a>
<?php } ?>

<span class="page-counter">
Seite <span id='start-page'><?php echo $pagActual; ?></span> von <?php echo $pagTotal; ?>
Page <span id='start-page'><?php echo $pagActual; ?></span> of <?php echo $pagTotal; ?>
</span>

<?php
if ($pagSiguiente<=$pagTotal) {
?>
<a class="ui-button button1 button1-next " href="?pag=<?php echo $pagSiguiente?>" id="next-item" onClick="GalleryViewer.getNextPage()" >
<span>
<span>Weiter</span>
<span>Next</span>
</span></a>
<?php
}
else {
?>
<a class="ui-button button1 button1-next " href="#" id="next-item" onClick="GalleryViewer.getNextPage()" >
<span>
<span>Weiter</span>
<span>Next</span>
</span></a>
<?php } ?>

Expand Down
17 changes: 17 additions & 0 deletions media/screenshots/visor/functions.d/GetMediaTheme.php
@@ -0,0 +1,17 @@
<?php
function GetMediaTheme() {
$con=mysqli_connect(DBHOST,DBUSER,DBPASS,DB);
$query= "SELECT * FROM themes WHERE active=1";
$result=mysqli_query($con,$query);
while($row=mysqli_fetch_array($result))
{
$CSS_LINK = $row['css_link'];
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/common.css?v15">';
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/css/wow.css?v4">';
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/media-gallery.css">';
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/css/media/media.css">';
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/cms/comments.css?v39" />';
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/css/cms.css?v23" />';

}
}
9 changes: 2 additions & 7 deletions media/screenshots/visor/index.php
@@ -1,5 +1,6 @@
<?php
require_once("../../../configs.php");
include_once("functions.d/GetMediaTheme.php");
$page_cat="media";
?>
<!DOCTYPE html>
Expand All @@ -14,13 +15,7 @@
<meta content="false" http-equiv="imagetoolbar" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<link rel="shortcut icon" href="../../../wow/static/local-common/images/favicons/wow.ico" type="image/x-icon"/>
<link rel="stylesheet" href="../../../wow/static/local-common/css/common.css?v39" />
<link title="World of Warcraft - Noticias" href="../wow/es/feed/news" type="application/atom+xml" rel="alternate"/>
<link rel="stylesheet" href="../../../wow/static/css/wow.css?v23" />
<link rel="stylesheet" href="../../../wow/static/local-common/css/media-gallery.css?v39" />
<link rel="stylesheet" href="../../../wow/static/css/media/media.css?v23" />
<link rel="stylesheet" href="../../../wow/static/local-common/css/cms/comments.css?v39" />
<link rel="stylesheet" href="../../../wow/static/css/cms.css?v23" />
<?php GetMediaTheme(); ?>
<script src="../../../wow/static/local-common/js/third-party/jquery.js?v39"></script>
<script src="../../../wow/static/local-common/js/core.js?v39"></script>
<script src="../../../wow/static/local-common/js/tooltip.js?v39"></script>
Expand Down
16 changes: 16 additions & 0 deletions media/videos/functions.d/GetMediaTheme.php
@@ -0,0 +1,16 @@
<?php
function GetMediaTheme() {
$con=mysqli_connect(DBHOST,DBUSER,DBPASS,DB);
$query= "SELECT * FROM themes WHERE active=1";
$result=mysqli_query($con,$query);
while($row=mysqli_fetch_array($result))
{
$CSS_LINK = $row['css_link'];
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/common.css?v15">';
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/css/wow.css?v4">';
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/media-gallery.css">';
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/css/media/media.css">';
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/css/media/media-index.css" />';

}
}
15 changes: 5 additions & 10 deletions media/videos/index.php
@@ -1,5 +1,7 @@
<?php
require_once("../../configs.php");
require_once("../../configs.php");
include_once("functions.d/GetMediaTheme.php");
$page_cat = "media";
?>

<!DOCTYPE html>
Expand All @@ -13,14 +15,7 @@
<meta content="false" http-equiv="imagetoolbar" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<link rel="shortcut icon" href="../../wow/static/local-common/images/favicons/wow.png" type="image/x-icon" />
<link rel="search" type="application/opensearchdescription+xml" href="http://eu.battle.net/en-gb/data/opensearch" title="Battle.net Search" />
<link rel="stylesheet" href="../../wow/static/local-common/css/common.css?v17" />
<link title="World of Warcraft - News" href="wow/en/feed/news" type="application/atom+xml" rel="alternate"/>
<link rel="stylesheet" href="../../wow/static/css/wow.css?v7" />
<link rel="stylesheet" href="../../wow/static/local-common/css/media-gallery.css?v17" />
<link rel="stylesheet" href="../../wow/static/css/media/media.css?v7" />
<link rel="stylesheet" href="../../wow/static/css/media/media-index.css" />
<link href="../../wow/static/css/media/media.css" rel="stylesheet" type="text/css">
<?php GetMediaTheme(); ?>
<script src="../../wow/static/local-common/js/third-party/jquery-1.4.4-p1.min.js"></script>
<script src="../../wow/static/local-common/js/core.js?v17"></script>
<script src="../../wow/static/local-common/js/tooltip.js?v17"></script>
Expand Down Expand Up @@ -108,7 +103,7 @@
<?php } ?>

<span class="page-counter">
Seite <span id='start-page'><?php echo $pagActual; ?></span> von <?php echo $pagTotal; ?>
Page <span id='start-page'><?php echo $pagActual; ?></span> of <?php echo $pagTotal; ?>
</span>

<?php
Expand Down
16 changes: 16 additions & 0 deletions media/wallpapers/functions.d/GetMediaTheme.php
@@ -0,0 +1,16 @@
<?php
function GetMediaTheme() {
$con=mysqli_connect(DBHOST,DBUSER,DBPASS,DB);
$query= "SELECT * FROM themes WHERE active=1";
$result=mysqli_query($con,$query);
while($row=mysqli_fetch_array($result))
{
$CSS_LINK = $row['css_link'];
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/common.css?v15">';
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/css/wow.css?v4">';
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/media-gallery.css">';
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/css/media/media.css">';
echo '<link rel="stylesheet" href="../../wow/static/Themes/'.$CSS_LINK.'/css/media/media-index.css" />';

}
}
9 changes: 2 additions & 7 deletions media/wallpapers/index.php
@@ -1,5 +1,6 @@
<?php
require_once("../../configs.php");
include_once("functions.d/GetMediaTheme.php");
$page_cat="media";
?>
<!DOCTYPE html>
Expand All @@ -13,13 +14,7 @@
<meta content="false" http-equiv="imagetoolbar" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<link rel="shortcut icon" href="../../wow/static/local-common/images/favicons/wow.png" type="image/x-icon" />
<link rel="search" type="application/opensearchdescription+xml" href="http://eu.battle.net/en-gb/data/opensearch" title="Battle.net Search" />
<link rel="stylesheet" href="../../wow/static/local-common/css/common.css?v17" />
<link title="World of Warcraft - News" href="wow/en/feed/news" type="application/atom+xml" rel="alternate"/>
<link rel="stylesheet" href="../../wow/static/css/wow.css?v7" />
<link rel="stylesheet" href="../../wow/static/local-common/css/media-gallery.css?v17" />
<link rel="stylesheet" href="../../wow/static/css/media/media.css?v7" />
<link href="../../wow/static/css/media/media.css" rel="stylesheet" type="text/css">
<?php GetMediaTheme(); ?>
<script src="../../wow/static/local-common/js/third-party/jquery-1.4.4-p1.min.js"></script>
<script src="../../wow/static/local-common/js/core.js?v17"></script>
<script src="../../wow/static/local-common/js/tooltip.js?v17"></script>
Expand Down
17 changes: 17 additions & 0 deletions media/wallpapers/visor/functions.d/GetMediaTheme.php
@@ -0,0 +1,17 @@
<?php
function GetMediaTheme() {
$con=mysqli_connect(DBHOST,DBUSER,DBPASS,DB);
$query= "SELECT * FROM themes WHERE active=1";
$result=mysqli_query($con,$query);
while($row=mysqli_fetch_array($result))
{
$CSS_LINK = $row['css_link'];
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/common.css?v15">';
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/css/wow.css?v4">';
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/media-gallery.css">';
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/css/media/media.css">';
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/local-common/css/cms/comments.css?v39" />';
echo '<link rel="stylesheet" href="../../../wow/static/Themes/'.$CSS_LINK.'/css/cms.css?v23" />';

}
}

0 comments on commit 44e8d81

Please sign in to comment.