<br><br><div class="gmail_quote">On Tue, Mar 10, 2009 at 6:50 PM, Aldo Martinez Selleras <span dir="ltr">&lt;<a href="mailto:aldo@caonao.cu">aldo@caonao.cu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hello everyone...<br>
<br>
i have write a custom page where i&#39;ll show a custom content generated from the<br>
URL vars, but i need add a drupal block inside this code, how can i do this!?<br>
<br>
     &lt;div class=&quot;welcome&quot;&gt;&lt;h2&gt;Welcome&lt;/h2&gt;&lt;p&gt;&lt;?php print<br>
$node-&gt;body; ?&gt;&lt;/p&gt;&lt;/div&gt;<br>
      &lt;/div&gt;<br>
   &lt;div class=&quot;popular&quot;&gt;</blockquote><div><br><div class="codeblock"><code><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 187);">&lt;?php<br>$block </span><span style="color: rgb(0, 119, 0);">= </span><span style="color: rgb(0, 0, 187);">module_invoke</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(221, 0, 0);">&#39;block&#39;</span><span style="color: rgb(0, 119, 0);">, </span><span style="color: rgb(221, 0, 0);">&#39;block&#39;</span><span style="color: rgb(0, 119, 0);">, </span><span style="color: rgb(221, 0, 0);">&#39;view&#39;</span><span style="color: rgb(0, 119, 0);">, </span><span style="color: rgb(0, 0, 187);">YOUR_BLOCK_ID</span><span style="color: rgb(0, 119, 0);">);<br>
print </span><span style="color: rgb(0, 0, 187);">$block</span><span style="color: rgb(0, 119, 0);">[</span><span style="color: rgb(221, 0, 0);">&#39;content&#39;</span><span style="color: rgb(0, 119, 0);">];<br></span><span style="color: rgb(0, 0, 187);">?&gt;</span></span></code></div>
 </div><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">   &lt;/div&gt;</blockquote><div><br>You can reveal YOUR_BLOCK_ID from the admin block page or inspecting the id of the block output generated. ;)<br>
<br>P.<br><br></div></div>-- <br>Paolo Mainardi<br><br>Vice Presidente Assoc.ILDN (<a href="http://www.ildn.net">http://www.ildn.net</a>)<br>Blog: <a href="http://www.paolomainardi.com">http://www.paolomainardi.com</a><br>