我想在我的第 2 页标题上显示。使用以下内容是否有效:
<div data-role="page" class="<?php print $node_classes; ?>">
<div data-role="header" data-theme="a" data-position="inline">
<h1><?php print $site_name; ?></h1>
</div>
<div class="page-header ui-bar">
<h2 class="ui-title"><?php print $title; ?></h2>
</div>
....
</div>
?