Browse Source

[require]去掉后台logo

master
kaiser 3 years ago
parent
commit
0d2ae05352
  1. 2
      admin/templates/index.htm
  2. 2
      admin/templates/top.htm

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>

Loading…
Cancel
Save