Changeset 622d74ee5c804e2ef660c0e8236f32f220dc98ff

Show
Ignore:
Timestamp:
05/01/07 15:19:45 (2 years ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1178025585 +0200
git-parent:

[49d7bd59f773e8d23b4eb62682113f691a7da6a2]

git-author:
Christopher Jung <bktheg@web.de> 1178025585 +0200
Message:

Teile der Standardbox werden nun aus dem Grafikpak geladen

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/net/driftingsouls/ds2/server/framework/templates/TemplateCompiler.java

    r3cbd458 r622d74e  
    7878                        // TODO: check & ggf fixme (slash-problem ?) 
    7979                        String txt = StringUtils.replace(Common.tableBegin("{$$WIDTH$$}","{$$ALIGN$$}","{$$IMAGEPATH$$}"),"\"", "\\\""); 
    80                         txt = StringUtils.replace(txt, "{$$IMAGEPATH$}}", "\"); str.append(templateEngine.getVar(\"URL\")); str.append(\""); 
     80                        txt = StringUtils.replace(txt, "{$$IMAGEPATH$$}", "\"); str.append(templateEngine.getVar(\"global.datadir\")); str.append(\""); 
    8181                        txt = StringUtils.replace(txt, "{$$ALIGN$$}", align); 
    8282                        txt = StringUtils.replace(txt, "{$$WIDTH$$}", width);