<div dir="ltr">Hi<br><br>How to assign the menu item to some certain users through aceess control panel...<br><br><br>..<br>$content = array();<br>$content[] = array(<br>&#39;title&#39; =&gt; t(&#39;Contents&#39;),<br>&#39;path&#39; =&gt; &#39;cShow&#39;,<br>
&#39;callback&#39; =&gt; &#39;cShow_article&#39;,<br>&#39;access&#39; =&gt; user_access(&#39;authenticated user&#39;)<br>);<br><br><br><br><br>for that how to create the custom menu<br>thanks<br></div>