- Timestamp:
- 11/30/06 00:12:22 (16 years ago)
- Location:
- dev/mods
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/mods/item_values/kill_detail.php
r107 r127 130 130 $ship = $kill->getVictimShip(); 131 131 $shipclass = $ship->getClass(); 132 132 133 $html .= "<tr class=kb-table-row-odd><td width=\"64\" rowspan=3><img src=\"" . $ship->getImage(64) . "\"></td>"; 133 134 $html .= "<td class=kb-table-cell><b>Ship:</b></td><td class=kb-table-cell><b>" . $ship->getName() . "</b> (" . $shipclass->getName() . ")</td>"; -
dev/mods/signature_generator/sig_list.tpl
r87 r127 10 10 <br/> </td> 11 11 </tr> 12 <tr class="kb-table-row-odd"> 13 <td align="center">This is the code you can try for phpBB<br/> 14 <textarea cols="80" rows="2">[url={$kb_host}?a=pilot_detail&plt_id={$pilot}] 15 [img]{$kb_host}sig.php/{$pilot}/{$signatures[tpl]}[/img][/url]</textarea> 16 <br/> </td> 17 </tr> 12 18 {/section} 13 19 </table>