diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-04-12 19:33:51 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-04-12 19:33:51 +0200 |
commit | 5aacb6d86fa943c66ee94eb603887bb40e034ec5 (patch) | |
tree | d5150a93c3d82c2d3002154a446d424626d3593b /themes/default/templates/index.tpl | |
parent | b7a43526958fc12ce7d0e42b8023db52cb25f140 (diff) | |
parent | cd7402eecd6b5e50dcc62d8394342e6717c359e5 (diff) |
Merge commit 'origin/master' into nefformat
Diffstat (limited to 'themes/default/templates/index.tpl')
-rw-r--r-- | themes/default/templates/index.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/default/templates/index.tpl b/themes/default/templates/index.tpl index be8ba6c..0bd7a7b 100644 --- a/themes/default/templates/index.tpl +++ b/themes/default/templates/index.tpl @@ -1,6 +1,12 @@ {include file="header.tpl"} <body onload="init_phpfspot();"> + <!-- loading --> + + <div id="HTML_AJAX_LOADING"> + <img src="resources/loading.gif" style="vertical-align: middle;" /> Loading... + </div> + <!-- top menu --> <div class="menu"> |