remove extra slogan footer from Personal and Admin pages
This commit is contained in:
parent
656b541899
commit
d05e0c81d4
|
@ -562,11 +562,11 @@ if ($_['cronErrors']) {
|
|||
|
||||
<div class="section">
|
||||
<h2><?php p($l->t('Version'));?></h2>
|
||||
<strong><?php p($theme->getTitle()); ?></strong> <?php p(OC_Util::getHumanVersion()) ?>
|
||||
<?php include('settings.development.notice.php'); ?>
|
||||
<p><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" target="_blank"><?php p($theme->getTitle()); ?></a> <?php p(OC_Util::getHumanVersion()) ?></p>
|
||||
<p><?php include('settings.development.notice.php'); ?></p>
|
||||
</div>
|
||||
|
||||
<div class="section credits-footer">
|
||||
<p><?php print_unescaped($theme->getShortFooter()); ?></p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
|
|
@ -264,12 +264,8 @@ if($_['passwordChangeSupported']) {
|
|||
|
||||
<div class="section">
|
||||
<h2><?php p($l->t('Version'));?></h2>
|
||||
<strong><?php p($theme->getTitle()); ?></strong> <?php p(OC_Util::getHumanVersion()) ?><br />
|
||||
<?php include('settings.development.notice.php'); ?>
|
||||
</div>
|
||||
|
||||
<div class="section credits-footer">
|
||||
<p><?php print_unescaped($theme->getShortFooter()); ?></p>
|
||||
<p><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" target="_blank"><?php p($theme->getTitle()); ?></a> <?php p(OC_Util::getHumanVersion()) ?></p>
|
||||
<p><?php include('settings.development.notice.php'); ?></p>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue