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

+ 6 - 0
tm/config/route.inc.php

@@ -57,6 +57,12 @@ return array(
 				'create_time' =>'$2',
 				'type' => 'feedback',
 	),
+	'([a-zA-Z]+)/([0-9]+)([a-zA-Z])/help?'	=> array(
+				'c'	=> getEventsC(),
+				'url' =>'$1',
+				'create_time' =>'$2',
+				'type' => 'help',
+	),
 	'([a-zA-Z]+)/([0-9]+)([a-zA-Z])?'	=> array(
 				'c'	=> getEventsC(),
 				'url' =>'$1',