Skip to content

Commit e66f84d

Browse files
committed
Quick fixes
1 parent 8af0ef1 commit e66f84d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

cache/installedVersion.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"id": 782014,
3-
"tag_name": "v2.7.2"
3+
"tag_name": "v2.7.3"
44
}

system/htmly.php

+7-7
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
'bodyclass' => 'in-front',
5959
'breadcrumb' => '',
6060
'p' => $front,
61-
'type' => 'is_front',
61+
'type' => 'is_frontpage',
6262
'is_front' => true,
6363
), $layout);
6464

@@ -96,7 +96,7 @@
9696
'description' => blog_description(),
9797
'canonical' => site_url(),
9898
'bodyclass' => 'no-posts',
99-
'type' => 'is_front',
99+
'type' => 'is_frontpage',
100100
'is_front' => true,
101101
), $layout);
102102

@@ -112,7 +112,7 @@
112112
'bodyclass' => 'in-front',
113113
'breadcrumb' => '',
114114
'pagination' => has_pagination($total, $perpage, $page),
115-
'type' => 'is_front',
115+
'type' => 'is_frontpage',
116116
'is_front' => true,
117117
), $layout);
118118

@@ -271,7 +271,7 @@
271271
'title' => 'Edit profile - ' . blog_title(),
272272
'description' => blog_description(),
273273
'canonical' => site_url(),
274-
'type' => 'is_admin',
274+
'type' => 'is_profile',
275275
'is_admin' => true,
276276
'bodyclass' => 'edit-profile',
277277
'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> &#187; Edit profile',
@@ -312,7 +312,7 @@
312312
'error' => '<ul>' . $message['error'] . '</ul>',
313313
'postTitle' => $title,
314314
'postContent' => $content,
315-
'type' => 'is_admin',
315+
'type' => 'is_profile',
316316
'is_admin' => true,
317317
'bodyclass' => 'edit-profile',
318318
'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> &#187; Edit profile'
@@ -330,7 +330,7 @@
330330
'title' => 'Edit frontpage - ' . blog_title(),
331331
'description' => blog_description(),
332332
'canonical' => site_url(),
333-
'type' => 'is_admin',
333+
'type' => 'is_frontpage',
334334
'is_admin' => true,
335335
'bodyclass' => 'edit-frontpage',
336336
'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> &#187; Edit frontpage',
@@ -371,7 +371,7 @@
371371
'error' => '<ul>' . $message['error'] . '</ul>',
372372
'postTitle' => $title,
373373
'postContent' => $content,
374-
'type' => 'is_admin',
374+
'type' => 'is_frontpage',
375375
'is_admin' => true,
376376
'bodyclass' => 'edit-frontpage',
377377
'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> &#187; Edit frontpage'

0 commit comments

Comments
 (0)