@@ -2,7 +2,7 @@
class Route
{
protected static $data = array();
- protected static $type = '';
+ protected static $type = '?l=';
public static function input($key = false, $condition = '', $lang = '', $value = '')
if (!$key) {