update
This commit is contained in:
parent
10fe3cc6c9
commit
569dc9cd59
4 changed files with 9 additions and 6 deletions
|
@ -28,7 +28,10 @@
|
|||
</div>
|
||||
<div class="col-sm-12 col-md-12">
|
||||
<h2><?php echo $LANG['address']; ?></h2>
|
||||
<p>Shanghai China.</p>
|
||||
<p>Yangpu, Shanghai China.</p>
|
||||
<address>
|
||||
<p>doudoudzj@sina.com</p>
|
||||
</address>
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-12">
|
||||
<h2>Others</h2>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<div class="container">
|
||||
<div class="navbar-inner navbar-content-center" style="padding-top:15px;">
|
||||
<ul class="navbar-left list-inline text-center text-muted credit">
|
||||
<li>© 2017 <a href="./index.php"><?=$title_s?></a> Powered By <a href="https://crogram.com" target="blank">Crogram</a> & <a href="https://ifastnet.com" target="blank">iFastNet</a></li>
|
||||
<li>© 2018 <a href="./index.php"><?=$title_s?></a> Powered By <a href="https://crogram.com" target="blank">Crogram</a> & <a href="https://ifastnet.com" target="blank">iFastNet</a></li>
|
||||
</ul>
|
||||
<ul class="legal navbar-right list-inline text-center">
|
||||
<li class="dropup">
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<?php include ("nav.php"); ?>
|
||||
<div class="jumbotron">
|
||||
<div class="container">
|
||||
<h1>选择您的域名</h1>
|
||||
<h1>Choice Domain</h1>
|
||||
<!-- <p>Free hosting accounts are activated instantly, no need to wait for manual approval, you can start building your pages immediately! A powerful Vista Panel control panel is provided to manage your website, packed with hundreds of great features including Email, FTP add-on domain ...</p> -->
|
||||
<div class="row">
|
||||
<div class="col-sm-5">
|
||||
|
|
6
nav.php
6
nav.php
|
@ -23,10 +23,10 @@
|
|||
<li><a href="contact.php"><?php echo $LANG['contact']; ?></a></li>
|
||||
<li><a href="//help.<?=$domain?>"><?php echo $LANG['help']; ?></a></li>
|
||||
<li class="dropdown">
|
||||
<a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown">Others <span class="caret"></span></a>
|
||||
<a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown">About <span class="caret"></span></a>
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
<li><a href="javascript:void(0)"><?php echo $LANG['home']; ?></a></li>
|
||||
<li><a href="javascript:void(0)"><?php echo $LANG['tos']; ?></a></li>
|
||||
<li><a href="javascript:void(0)">UIISC</a></li>
|
||||
<li><a href="javascript:void(0)">CROGRAM</a></li>
|
||||
<li class="divider"></li>
|
||||
<li class="dropdown-header"><?php echo $LANG['legal_information']; ?></li>
|
||||
<li><a href="./legal_terms.php"><?php echo $LANG['tos']; ?></a></li>
|
||||
|
|
Loading…
Add table
Reference in a new issue