Not sure if you intend to have a "New" page full of images that you have already put together and just want the URL under / along-side them, or you want to be able to add the images and URL automatically as a part of Icy Phoenix. ?
Anyway, if you don't have the code for the "Link-to-Topic", This is NOT the code MG uses in the "Private/Beta" release, but it should give you something to play with.
<table width="100%" class="forumlinenb" border="0" cellpadding="0" cellspacing="0">
<tr>
<th colspan="4">Link To This Topic</th>
</tr>
<tr>
<td class="row1"><span class="genmed"><b>URL</b></span></td>
<td class="row1" colspan="3"><form name="ltturl_select_all" action=""><input class="post" style="margin-left:5px;" name="LTTURL" size="110%" maxlength="200" value="{FULL_SITE_PATH}{U_VIEW_TOPIC}" type="text" readonly="readonly" onClick="javascript:this.form.LTTURL.focus();this.form.LTTURL.select();" /></form>
</td>
</tr>
<tr>
<td class="row1"><span class="genmed"><b>BBCODE</b></span></td>
<td class="row1" colspan="3"><form name="lttbbc_select_all" action=""><input class="post" style="margin-left:5px;" name="LTTBBC" size="110%" maxlength="200" value="[url={FULL_SITE_PATH}{U_VIEW_TOPIC}]{TOPIC_TITLE}[/url]" type="text" readonly="readonly" onClick="javascript:this.form.LTTBBC.focus();this.form.LTTBBC.select();" /></form>
</td>
</tr>
<tr>
<td class="row1"><span class="genmed"><b>HTML</b></span></td>
<td class="row1" colspan="3"><form name="ltthtml_select_all" action=""><input class="post" style="margin-left:5px;" name="LTTHTML" size="110%" maxlength="200" value="<a href="{FULL_SITE_PATH}{U_VIEW_TOPIC}">{TOPIC_TITLE}</a>" type="text" readonly="readonly" onClick="javascript:this.form.LTTHTML.focus();this.form.LTTHTML.select();" /></form>
</td>
</tr>
</table>
I've made fixed (Add the images yourself type pages here) h**p://icythemes.com/ip/smilies_index.php and if that's what you sort of mean by adding images to the page, then I would think that adding the URL (Using Vars) shouldn't be all that difficult to work out.
If you are talking about doing it all automatically - I'm out of here!