调整名称
This commit is contained in:
parent
e753cc051b
commit
18b3a4278d
7 changed files with 14 additions and 14 deletions
6
core.php
6
core.php
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
$title = "UIISC";
|
||||
$site_title = "UIISC";
|
||||
$author = 'UIISC';
|
||||
$description = "uiisc,freewebhost,webhost";
|
||||
$title_s = "UIISC";
|
||||
$author = 'Crogram Inc.';
|
||||
$description = "uiisc, freewebhost, webhost, Crogram";
|
||||
$rooturl = $_SERVER['HTTP_HOST'];
|
||||
$domain = preg_replace('/^www\./', '', $rooturl);
|
||||
$static_release = "1423465754";
|
||||
|
|
12
footer.php
12
footer.php
|
@ -2,14 +2,14 @@
|
|||
<div class="container">
|
||||
<div class="navbar-inner navbar-content-center" style="padding-top:15px;">
|
||||
<ul class="navbar-left list-inline text-left text-muted credit">
|
||||
<li>© 2016 <?=$title?></li>
|
||||
<li>© 2016 <?=$title_s?></li>
|
||||
</ul>
|
||||
<ul class="legal navbar-right list-inline text-center">
|
||||
<li><a href="./index.php">Home</a></li>
|
||||
<li><a href="./index.php">Terms of service</a></li>
|
||||
<li><a href="./contact.php">Contact us</a></li>
|
||||
<li><a href="./news.php">Hosting news</a></li>
|
||||
<li><a href="./signup.php">Signup</a></li>
|
||||
<li><a href="./index1.php">Home</a></li>
|
||||
<li><a href="./legal_terms.php">Terms of service</a></li>
|
||||
<li><a href="./contact1.php">Contact us</a></li>
|
||||
<li><a href="./news1.php">Hosting news</a></li>
|
||||
<li><a href="./signup1.php">Signup</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="javascript:void(0)"><?=$title?></a>
|
||||
<a class="navbar-brand" href="javascript:void(0)"><?=$title_s?></a>
|
||||
</div>
|
||||
<div id="navbar" class="navbar-collapse collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title><?=$title?></title>
|
||||
<title><?=$title?> - Cancellation & Refund</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta name="description" content="<?=$description?>">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title><?=$title?></title>
|
||||
<title><?=$title?> - Payment Methods & Information</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta name="description" content="<?=$description?>">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title><?=$title?></title>
|
||||
<title><?=$title?> - Privacy Policy</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta name="description" content="<?=$description?>">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title><?=$title?></title>
|
||||
<title><?=$title?> - Terms of Service</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta name="description" content="<?=$description?>">
|
||||
|
|
Loading…
Reference in a new issue