<?php
return array
(
	'home' => 'home',
	'c=v(.*?)_(.*?)' => 'view.get?type=$1&id=$2',
);