Syn: custom_url_rewrite_outbound(&$path, &$options, $original_path)
This function should change the value of $path and $options by reference. Parameters: $path: The alias of the $original_path as defined in the database. If there is no match in the database it'll be the same as $original_path $options: An array of link attributes such as querystring and fragment. See url(). $original_path: The unaliased Drupal path that is being linked to.
0 Comments
Leave a Reply. |