Skip to content

Commit 145decd

Browse files
committed
Wrap a few more pages.
1 parent 15f12c2 commit 145decd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

template.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ function gin_preprocess_layout(&$variables) {
1919
$pages_to_wrap = array(
2020
'admin/dashboard/settings',
2121
'admin/content/comment',
22+
'admin/content/comment/approval',
2223
'admin/people/create',
2324
'admin/appearance',
2425
'admin/appearance/*',
@@ -41,6 +42,8 @@ function gin_preprocess_layout(&$variables) {
4142
'taxonomy/term/*/edit',
4243
'taxonomy/term/add',
4344
'admin/reports/*',
45+
'file/*/manage',
46+
'file/*/usage',
4447
);
4548
$current_path = request_path();
4649
if (backdrop_match_path($current_path, implode("\n", $pages_to_wrap))) {

0 commit comments

Comments
 (0)