Changeset 191

Show
Ignore:
Timestamp:
05/31/07 20:42:34 (3 years ago)
Author:
eevee
Message:

Reverted Lati's excessive image copying...

Location:
veekun/trunk
Files:
72 removed
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/templates/dex/page/pokemon.tt

    r189 r191  
    2626<h1>General</h1> 
    2727<div class="dex-summary"> 
    28     <div class="sprite"><img src="/dex-images/dp/[% image_name %][% IF this.gender == 254; 'f'; END %].png" [% IF this.id == 352 %]class="mel" [% END %]alt=""/></div> 
     28    <div class="sprite"><img src="/dex-images/dp/[% image_name %].png" [% IF this.id == 352 %]class="mel" [% END %]alt=""/></div> 
    2929    <div class="name">[% this.name %]</div> 
    3030[% IF this.id == 133 %]