Skip to content

Commit

Permalink
refs #1443 * Add an indicator to submenu when writing page.
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Feb 7, 2011
1 parent 9ec4d4e commit 9aae1eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions interface/common/owner/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,9 @@
case -2:
$blogMenu['contentMenu'] = 'notice';
break;
case -3:
$blogMenu['contentMenu'] = 'page';
break;
case -4:
$blogMenu['contentMenu'] = 'template';
break;
Expand Down
3 changes: 3 additions & 0 deletions interface/owner/entry/edit/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
case -2:
$titleText = _t('공지');
break;
case -3:
$titleText = _t('페이지');
break;
case -4:
$titleText = _t('서식');
break;
Expand Down

0 comments on commit 9aae1eb

Please # to comment.