From ab1869e88e1ecc0d42143a971b3fd9087ca9a208 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 9 Jul 2015 11:02:33 -0400 Subject: [PATCH] Add target to the side nav anchors. Might be useful. --- functions.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index be519c5..0da9467 100644 --- a/functions.php +++ b/functions.php @@ -237,10 +237,18 @@ function glm_side_menu() { $side_menu = $sideMenu[0]; } } - echo '

'.$pageHead->title.'

'; + echo '

target) { + echo ' target="'.$pageHead->target.'"'; + } + echo '>'.$pageHead->title.'

'; echo ''; -- 2.17.1