dever %!s(int64=6) %!d(string=hai) anos
pai
achega
03ebd808eb
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
 return array
 (
 (
 	'home' => 'home',
 	'home' => 'home',
-	'v_(.*?)_(.*?)' => 'view.get?type=$1&id=$2',
+	'c=v(.*?)_(.*?)' => 'view.get?type=$1&id=$2',
 );
 );