Enable HTML::anchors to default to a new window
This commit is contained in:
parent
a23a19b581
commit
e8664c1d28
@ -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;
|
||||
|
Reference in New Issue
Block a user