我想更改标题中的名称,请查看下面的图片
但是所有内容都在下面的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,