Ignore:
Timestamp:
2006/12/10 19:35:59 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/mylinks/templates/mylinks_link.html

    r604 r605  
    11<table class="outer" width='100%' cellspacing='0'> 
    22  <tr> 
    3    <td><a href="<{$xoops_url}>/modules/mylinks/visit.php?cid=<{$link.cid}>&amp;lid=<{$link.id}>" target="_blank"><img src="<{$xoops_url}>/modules/mylinks/images/shots/<{$link.logourl}>" width="<{$shotwidth}>" alt=""  align="right" vspace="3" hspace="7"/></a></td> 
     3   <td> 
     4   <{if $link.logourl != ""}> 
     5   <a href="<{$xoops_url}>/modules/mylinks/visit.php?cid=<{$link.cid}>&amp;lid=<{$link.id}>" target="_blank"><img src="<{$xoops_url}>/modules/mylinks/images/shots/<{$link.logourl}>" width="<{$shotwidth}>" alt=""  align="right" vspace="3" hspace="7"/></a> 
     6   <{/if}> 
     7   </td> 
    48   <td><table> 
    59      </tr> 
Note: See TracChangeset for help on using the changeset viewer.