|
58 | 58 | 'bodyclass' => 'in-front',
|
59 | 59 | 'breadcrumb' => '',
|
60 | 60 | 'p' => $front,
|
61 |
| - 'type' => 'is_front', |
| 61 | + 'type' => 'is_frontpage', |
62 | 62 | 'is_front' => true,
|
63 | 63 | ), $layout);
|
64 | 64 |
|
|
96 | 96 | 'description' => blog_description(),
|
97 | 97 | 'canonical' => site_url(),
|
98 | 98 | 'bodyclass' => 'no-posts',
|
99 |
| - 'type' => 'is_front', |
| 99 | + 'type' => 'is_frontpage', |
100 | 100 | 'is_front' => true,
|
101 | 101 | ), $layout);
|
102 | 102 |
|
|
112 | 112 | 'bodyclass' => 'in-front',
|
113 | 113 | 'breadcrumb' => '',
|
114 | 114 | 'pagination' => has_pagination($total, $perpage, $page),
|
115 |
| - 'type' => 'is_front', |
| 115 | + 'type' => 'is_frontpage', |
116 | 116 | 'is_front' => true,
|
117 | 117 | ), $layout);
|
118 | 118 |
|
|
271 | 271 | 'title' => 'Edit profile - ' . blog_title(),
|
272 | 272 | 'description' => blog_description(),
|
273 | 273 | 'canonical' => site_url(),
|
274 |
| - 'type' => 'is_admin', |
| 274 | + 'type' => 'is_profile', |
275 | 275 | 'is_admin' => true,
|
276 | 276 | 'bodyclass' => 'edit-profile',
|
277 | 277 | 'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> » Edit profile',
|
|
312 | 312 | 'error' => '<ul>' . $message['error'] . '</ul>',
|
313 | 313 | 'postTitle' => $title,
|
314 | 314 | 'postContent' => $content,
|
315 |
| - 'type' => 'is_admin', |
| 315 | + 'type' => 'is_profile', |
316 | 316 | 'is_admin' => true,
|
317 | 317 | 'bodyclass' => 'edit-profile',
|
318 | 318 | 'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> » Edit profile'
|
|
330 | 330 | 'title' => 'Edit frontpage - ' . blog_title(),
|
331 | 331 | 'description' => blog_description(),
|
332 | 332 | 'canonical' => site_url(),
|
333 |
| - 'type' => 'is_admin', |
| 333 | + 'type' => 'is_frontpage', |
334 | 334 | 'is_admin' => true,
|
335 | 335 | 'bodyclass' => 'edit-frontpage',
|
336 | 336 | 'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> » Edit frontpage',
|
|
371 | 371 | 'error' => '<ul>' . $message['error'] . '</ul>',
|
372 | 372 | 'postTitle' => $title,
|
373 | 373 | 'postContent' => $content,
|
374 |
| - 'type' => 'is_admin', |
| 374 | + 'type' => 'is_frontpage', |
375 | 375 | 'is_admin' => true,
|
376 | 376 | 'bodyclass' => 'edit-frontpage',
|
377 | 377 | 'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> » Edit frontpage'
|
|
0 commit comments