From b4f6983f45d12cd8a8fb5d1193cd9db796606434 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 14 Apr 2008 14:09:39 -0400 Subject: [PATCH] In the template manager, add an option to echo in the opening tag * Template.php: (BSTemplate::_parseTokens): If the tag is <%- convert it to '; + $echo = ($template[$open + 2] == '-' ? 'echo ' : ''); + $replace = ''; $template = substr_replace($template, $replace, $open, ($i + 2) - $open); } // just pop it off -- 2.22.5