dever %!s(int64=6) %!d(string=hai) anos
pai
achega
05c6a98af6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config/route.php

+ 1 - 1
config/route.php

@@ -2,5 +2,5 @@
 return array
 (
 	'home' => 'home',
-	'view_(.*?)_(.*?).html' => 'view.get?type=$1&id=$2',
+	'v_(.*?)_(.*?)' => 'view.get?type=$1&id=$2',
 );