Skip to content

Instantly share code, notes, and snippets.

@tenken
Created February 28, 2012 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tenken/1933997 to your computer and use it in GitHub Desktop.
Save tenken/1933997 to your computer and use it in GitHub Desktop.
dc_pages .install file, sets Page content type pathauto pattern
<?php
function dc_pages_enable() {
variable_set('pathauto_node_page_pattern' ,'[node:menu-link:parent:url:path]/[node:title]');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment