Hi all,<br><br>Image view missing in $node array variable in page.tpl.php<br><br>Below is currently displaying in the array variable and its value, here image is missing in the<span style="color:rgb(255,0,0)"> &quot; view &quot;</span>, but image path displaying ( &quot;sites/default/files/axial1.jpg&quot;  ) in the &quot; filepath &quot; array<br>
&lt;code&gt;<br>[field_txt_image1_image] =&gt; Array ( [0] =&gt; Array ( [fid] =&gt; 45 [uid] =&gt; 1 [filename] =&gt; axial1.jpg [filepath] =&gt; sites/default/files/axial1.jpg [filemime] =&gt; image/jpeg [filesize] =&gt; 280082 [status] =&gt; 1 [timestamp] =&gt; 1327046322 [list] =&gt; 1 [data] =&gt; Array ( [alt] =&gt; [title] =&gt; ) [nid] =&gt; 25 [<span style="color:rgb(255,0,0)">view</span>] =&gt; ) ) <br>
&lt;/code&gt;<br><br style="color:rgb(255,0,0)"><span style="color:rgb(255,0,0)">why this image missing in this &quot; view &quot; array key.</span><br><br>how to bring image here<br><br><br>Thanks<br><br><br><br>