- Joined
- Jun 29, 2008
- Messages
- 63
- Reaction score
- 0
now i have the race working how do i alter the image path?
I want to change what images are loaded depending on what race they registered with.
in the skins\Xnova\gebaeude folder i now have a new folder for each race with all the images.
i noticed in the buildings_build_row.tpl
how do i get this to work
need to enter the database fetch code but dunno what page.
I want to change what images are loaded depending on what race they registered with.
in the skins\Xnova\gebaeude folder i now have a new folder for each race with all the images.
i noticed in the buildings_build_row.tpl
Code:
<img border="0" src="{dpath}gebaeude/{i}.gif" align="top" width="120" height="120">
how do i get this to work
Code:
<img border="0" src="{dpath}gebaeude/{race}/{i}.gif" align="top" width="120" height="120">
need to enter the database fetch code but dunno what page.