Skip to content

Commit

Permalink
添加浏览器图标与Logo到移动界面
Browse files Browse the repository at this point in the history
  • Loading branch information
skywalker512 committed Jul 13, 2018
1 parent 41d743d commit bedc41b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion addons/skins/Default/views/mobile.master.php
Expand Up @@ -16,6 +16,9 @@
<meta charset='<?php echo T("charset", "utf-8"); ?>'>
<title><?php echo sanitizeHTML($data["pageTitle"]); ?></title>
<?php echo $data["head"]; ?>

<?php echo $data["forumFavicon"]; ?>

<script>
// Turn off JS effects and fixed positions, and disable tooltips.
jQuery.fx.off = true;
Expand Down Expand Up @@ -59,7 +62,7 @@
<?php echo $data["userMenuItems"]; ?>
</ul>

<h1 id='forumTitle'><a href='<?php echo URL(""); ?>'><?php echo C("esoTalk.forumTitle"); ?></a></h1>
<h1 id='forumTitle'><a href='<?php echo URL(""); ?>'><?php echo $data["forumTitle"]; ?></a></h1>

</div>
</div>
Expand Down

0 comments on commit bedc41b

Please sign in to comment.