We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f12c2 commit 145decdCopy full SHA for 145decd
template.php
@@ -19,6 +19,7 @@ function gin_preprocess_layout(&$variables) {
19
$pages_to_wrap = array(
20
'admin/dashboard/settings',
21
'admin/content/comment',
22
+ 'admin/content/comment/approval',
23
'admin/people/create',
24
'admin/appearance',
25
'admin/appearance/*',
@@ -41,6 +42,8 @@ function gin_preprocess_layout(&$variables) {
41
42
'taxonomy/term/*/edit',
43
'taxonomy/term/add',
44
'admin/reports/*',
45
+ 'file/*/manage',
46
+ 'file/*/usage',
47
);
48
$current_path = request_path();
49
if (backdrop_match_path($current_path, implode("\n", $pages_to_wrap))) {
0 commit comments