repo.or.cz
/
ryzomcore.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Linux multi-monitor fullscreen support
[ryzomcore.git]
/
web
/
public_php
/
admin
/
templates
/
default
/
page_footer.tpl
blob
d9abf3cad1b28478b7bf72f299a11c2353649fe2
1
2
{if !$iPhone}
3
4
<br><br>
5
6
<br>
7
8
{* DEBUG INFORMATION *}
9
10
{if $NELTOOL_DEBUG != null}
11
<hr size="1">
12
<pre>DEBUG
13
{php}
14
global $nel_debug;
15
foreach ($nel_debug as $dbgline) echo " • $dbgline\n";
16
{/php}</pre>
17
{/if}
18
19
{/if}
20
21
</body>
22
</html>