Enable HTML::anchors to default to a new window

This commit is contained in:
Deon George 2014-01-24 00:20:12 +11:00
parent a23a19b581
commit e8664c1d28

View File

@ -10,6 +10,8 @@
* @license http://dev.leenooks.net/license.html
*/
abstract class lnApp_HTML extends Kohana_HTML {
public static $windowed_urls = TRUE;
public static function nbsp($string) {
if (strlen((string)$string))
return $string;