Hi all,

Image view missing in $node array variable in page.tpl.php

Below is currently displaying in the array variable and its value, here image is missing in the " view ", but image path displaying ( "sites/default/files/axial1.jpg"  ) in the " filepath " array
<code>
[field_txt_image1_image] => Array ( [0] => Array ( [fid] => 45 [uid] => 1 [filename] => axial1.jpg [filepath] => sites/default/files/axial1.jpg [filemime] => image/jpeg [filesize] => 280082 [status] => 1 [timestamp] => 1327046322 [list] => 1 [data] => Array ( [alt] => [title] => ) [nid] => 25 [view] => ) )
</code>

why this image missing in this " view " array key.

how to bring image here


Thanks