Changeset 194:44f7a03a7d3c for admin/post.php
- Timestamp:
- 05/06/11 20:10:15 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r192 r194 35 35 $post_media = array(); 36 36 37 $page_title = __('New entry') ;37 $page_title = __('New entry').' - '.__('Entries'); 38 38 39 39 $can_view_page = true; … … 322 322 } 323 323 324 echo '<h2>'.html::escapeHTML($core->blog->name).' › '.'<a href="posts.php">'.__('Entries').'</a> › '. $page_title;324 echo '<h2>'.html::escapeHTML($core->blog->name).' › '.'<a href="posts.php">'.__('Entries').'</a> › '.__('New entry'); 325 325 326 326 if ($post_id && $post->post_status == 1) {
Note: See TracChangeset
for help on using the changeset viewer.