<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">       /**<br>
         * View Post Attachment<br>
         *<br>
         * @access      public<br>
         * @return      void<br>
         */<br>
        public function showPostAttachment()<br>
        {<br>
                /* INIT */<br>
                $attach_id = intval( $this-&gt;request[&#39;attach_id&#39;] );<br>
<br>
                /* INIT module */<br>
                $this-&gt;class_attach-&gt;init();<br>
<br>
                /* Display */<br>
                $this-&gt;class_attach-&gt;showAttachment( $attach_id );<br></blockquote><div><br></div><div>Нужно глядеть в код class_attach-&gt;showAttachement.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


        }<br><br></blockquote></div>