From ffe51b92539036482a569cd26e492d7c3ef7100a Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 19 Dec 2014 11:10:34 -0500 Subject: [PATCH] update url output if the link is external url then add target --- views/front/showBlocks.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/front/showBlocks.php b/views/front/showBlocks.php index 06aabe6..b38e3f4 100644 --- a/views/front/showBlocks.php +++ b/views/front/showBlocks.php @@ -1,14 +1,14 @@
url):?> - + externalUrl){echo ' target="_blank"';}?>> thumbnail;?> url):?> url):?> - + externalUrl){echo ' target="_blank"';}?>>

post_title;?>

url):?> -- 2.17.1