Browse Source

[require]去掉后台logo

master
kaiser 3 years ago
parent
commit
e6a00332b5
  1. 2
      admin/templates/index.htm
  2. 2
      admin/templates/top.htm
  3. 3
      mobile/source/apps/admin/views/index_index.html

2
admin/templates/index.htm

@ -143,7 +143,7 @@ var adminId = "{$admin_id}";
<body style="margin:0; overflow:hidden;">
<div id="header-div">
{if $priv_ru > 0}
<div id="logo-div"><img src="images/topLogo.jpg" alt="ECMOBAN - power for e-commerce" /></div>
<div id="logo-div"><img src="images/topLogo.jpg" alt="ECMOBAN - power for e-commerce" style=" display: none;" />民生商城</div>
{else}
<div id="logo-div" style="font-size:24px; color:#fff; width:auto!important; float:left;">{$shop_name}</div>
{/if}

2
admin/templates/top.htm

@ -259,7 +259,7 @@ var adminId = "{$admin_id}";
</head>
<body>
<div id="header-div">
<div id="logo-div"><img src="images/topLogo.jpg" alt="ECMOBAN - power for e-commerce" /></div>
<div id="logo-div"><img src="images/topLogo.jpg" alt="ECMOBAN - power for e-commerce" style=" display: none;" />民生商城</div>
<div id="submenu-div">
<ul>
<li><a href="privilege.php?act=logout" target="main-frame"><img src="images/topmune_08.png" style="border:none;"/><span>{$lang.signout}</span></a></li>

3
mobile/source/apps/admin/views/index_index.html

@ -28,8 +28,7 @@
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
民生商城
<!-- <img src="images/logo.png" alt="">-->
<img src="images/logo.png" alt="">
</a>
</div>

Loading…
Cancel
Save