strtolower template name, tilte
This commit is contained in:
3
scan.php
3
scan.php
@@ -182,6 +182,7 @@ switch ($_GET["op"]) {
|
|||||||
if ($key=="deployment") {
|
if ($key=="deployment") {
|
||||||
if ($data["STATUS"]=="0") { // ask
|
if ($data["STATUS"]=="0") { // ask
|
||||||
$template = json_decode(base64_decode($data["TEMPLATE"]));
|
$template = json_decode(base64_decode($data["TEMPLATE"]));
|
||||||
|
$template->name = strtolower($template->name);
|
||||||
|
|
||||||
echo '
|
echo '
|
||||||
<div class="app-details">
|
<div class="app-details">
|
||||||
@@ -191,7 +192,7 @@ switch ($_GET["op"]) {
|
|||||||
<img src="'.$template->icon.'">
|
<img src="'.$template->icon.'">
|
||||||
</div>
|
</div>
|
||||||
<div class="text-content">
|
<div class="text-content">
|
||||||
<h1 class="title">'.$template->name.'</h1>
|
<h1 class="title">'.$template->title.'</h1>
|
||||||
<h2 class="subtitle">'.$template->subtitle.'</h2>
|
<h2 class="subtitle">'.$template->subtitle.'</h2>
|
||||||
<p class="description">'.$template->description.'</p>
|
<p class="description">'.$template->description.'</p>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user