|
Where's my IMAGE_ID tag??
Still struggling with this simple question, as I attempt to fix the SoloIt addon...
Anyone able to tell me the actual Image id tag for my photo from this code below?
The code is from my template image.html file and I need to find the tag for the displayed image.
<div class="navmenu">
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>" title="previous"><<</a> |
<a href="index.php?showimage=<IMAGE_NEXT_ID>" title="next">>></a> |
<COMMENT_POPUP> (<IMAGE_COMMENTS_NUMBER>) |
<SOLO_IT_CLICK>|
<a href="<SITE_BROWSELINK>" title="archives">Archives</a> |
<a href="index.php?x=about" title="about">About</a> |
<a href="index.php?x=rss" title="RSS 2.0 feed">RSS</a>/<a href="index.php?x=atom" title="ATOM feed">Atom</a>
</div>
</div>
</div>
<div id="calendar"><SITE_CALENDAR></div>
<div id="picture">
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>">
<img class="photobox" src="images/<IMAGE_NAME>" id="photo title="<IMAGE_TITLE>" alt="<IMAGE_TITLE>" border="1" width="<IMAGE_WIDTH>" height="<IMAGE_HEIGHT>"/>
</a>
</div>
<br>
|