Browse Source

Update edit-page.html.php

Add translation for "Just another HTMLy user"
pull/512/head
vallyol 4 years ago
committed by GitHub
parent
commit
d90e735525
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      system/admin/views/edit-page.html.php

+ 2
- 2
system/admin/views/edit-page.html.php View File

@ -26,7 +26,7 @@ if ($type == 'is_frontpage') {
$oldcontent = remove_html_comments($content); $oldcontent = remove_html_comments($content);
} else { } else {
$oldtitle = $user; $oldtitle = $user;
$oldcontent = 'Just another HTMLy user.';
$oldcontent = i18n('Author_Description');
} }
} else { } else {
@ -162,4 +162,4 @@ if ($type == 'is_frontpage') {
</div> </div>
<!-- Declare the base path. Important --> <!-- Declare the base path. Important -->
<script type="text/javascript">var base_path = '<?php echo site_url() ?>';</script> <script type="text/javascript">var base_path = '<?php echo site_url() ?>';</script>
<script type="text/javascript" src="<?php echo site_url() ?>system/admin/editor/js/editor.js"></script>
<script type="text/javascript" src="<?php echo site_url() ?>system/admin/editor/js/editor.js"></script>

Loading…
Cancel
Save