Revision dc9975f4
Added by Warren Baker almost 15 years ago
usr/local/www/diag_arp.php | ||
---|---|---|
259 | 259 |
<?php include("fbegin.inc"); ?> |
260 | 260 |
|
261 | 261 |
<div id="loading"> |
262 |
<img src="/themes/{$g['theme']}/images/misc/loader.gif"><?= gettext("Loading, please wait..."); ?>
|
|
262 |
<img src="/themes/<?=$g['theme'];?>/images/misc/loader.gif"><?= gettext("Loading, please wait..."); ?>
|
|
263 | 263 |
<p/> |
264 | 264 |
</div> |
265 | 265 |
|
Also available in: Unified diff
Print the theme correctly.