Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <?php
  2. function ololourl_url_inbound_alter(&$path, $original_path, $path_language){
  3. $req = $_GET['q'].'?id='.$_GET['id'];
  4. if (preg_match('/^view_post.php\?id=(\d+)/', $req, $matches) ) {
  5. $path = 'node/'.$matches[1];
  6. }
  7. }
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement