<font face="verdana,sans-serif">Hi All,<br><br>I am developing a site in Drupal 7. I have a node with alias /article/hello<br>I also have a hook_menu with &quot;</font><font face="verdana,sans-serif">/article/hello</font><font face="verdana,sans-serif">&quot; path registered in my module.<br>
When i access the path in browser <a href="http://localhost/article/hello">http://localhost/article/hello</a> it shows the node instead of calling &quot;</font><font face="verdana,sans-serif">my_custom_function</font><font face="verdana,sans-serif">&quot;.<br>
<br>$items[&#39;</font><font face="verdana,sans-serif">article/hello</font><font face="verdana,sans-serif">&#39;] = array(<br>    &#39;title&#39; =&gt; &#39;Hello World&#39;, <br>    &#39;description&#39; =&gt; &#39;Hello world&#39;, <br>
    &#39;page callback&#39; =&gt; &#39;my_custom_function&#39;, <br>    &#39;access arguments&#39; =&gt; array(&#39;access content&#39;), <br>    &#39;type&#39; =&gt; MENU_CALLBACK,<br>);<br><br>I want &#39;my_custom_function&#39; to get called.</font><br>
<font face="verdana,sans-serif">Appreciate your help.</font><br><br>-- <br>:DJ<br><br><br>