diff --git a/template.php b/template.php index b1081f35..1339c1ee 100644 --- a/template.php +++ b/template.php @@ -15,7 +15,7 @@ * Implements hook_preprocess_layout(). */ function gin_preprocess_layout(&$variables) { - $current_path = current_path(); + $current_path = request_path(); $node_edit_pages = array( 'node/*/edit', 'node/add/*',