Skip to content

Instantly share code, notes, and snippets.

@newism
Created February 4, 2009 13:43
Show Gist options
  • Save newism/58101 to your computer and use it in GitHub Desktop.
Save newism/58101 to your computer and use it in GitHub Desktop.
<?php
$routes = array(
array(
"route" => "^(.*)/addon/(.*)/tickets",
"template_group" => "site",
"template" => "archives",
"query_string" => "%1/%2/%3/%4"
)
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment