我想更改标题名称,但是变得越来越困难,可以在此代码中找到所有这些

时间:2019-07-16 12:19:53

标签: php

我想更改标题中的名称,请查看下面的图片

但是所有内容都在下面的header.php文件中找到:

<div class="container theme-bootstrap theme-compact">
    <?php if(function_exists('handle_maintenance')) echo handle_maintenance(true); ?>

    <?php if(!$_REQUEST['Embedded']){ ?>
      <?php if(function_exists('htmlUserBar')) echo htmlUserBar(); ?>
      <div style="height: 70px;" class="hidden-print"></div>
    <?php } ?>

    <?php if(class_exists('Notification')) echo Notification::placeholder(); ?>

    <!-- process notifications -->
    <?php $notification_margin = ($_REQUEST['Embedded'] ? '0px 0px' : '-15px 0 -45px'); ?>
    <div style="height: 60px; margin: <?php echo $notification_margin; ?>;">
      <?php if(function_exists('showNotifications')) echo showNotifications(); ?>
    </div>

输出如下,我想更改名称jisort,

0 个答案:

没有答案