您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

update.user.php 476B

12345678
  1. <ul>
  2. <li class='update'>
  3. <?php p($l->t('This %s instance is currently in maintenance mode, which may take a while.', array($theme->getName()))) ?><br><br>
  4. <?php p($l->t('This page will refresh itself when the %s instance is available again.', array($theme->getName()))) ?><br><br>
  5. <?php p($l->t('Contact your system administrator if this message persists or appeared unexpectedly.')) ?><br><br>
  6. <?php p($l->t('Thank you for your patience.')); ?><br><br>
  7. </li>
  8. </ul>