mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
Update edit-page.html.php
Add translation for "Just another HTMLy user"
This commit is contained in:
parent
5727685f48
commit
d90e735525
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ if ($type == 'is_frontpage') {
|
|||
$oldcontent = remove_html_comments($content);
|
||||
} else {
|
||||
$oldtitle = $user;
|
||||
$oldcontent = 'Just another HTMLy user.';
|
||||
$oldcontent = i18n('Author_Description');
|
||||
}
|
||||
|
||||
} else {
|
||||
|
|
@ -162,4 +162,4 @@ if ($type == 'is_frontpage') {
|
|||
</div>
|
||||
<!-- Declare the base path. Important -->
|
||||
<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…
Add table
Add a link
Reference in a new issue