Skip to content
Snippets Groups Projects
Commit 86bcf352 authored by runemaster's avatar runemaster
Browse files

Added Who's Online Top Navigation

parent d4d0ce0f
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<!-- start Nodelisting --> <!-- start Nodelisting -->
@@JS:if(template.node_list.length)'Who\'s Online now ...<br /><br /><table class="main_nodelist"><tbody><<REPEAT node_list>><tr><td class="main_nodelist"><a href="mailto:@@node_list:email@@">%%node_list:name%%</a> %%node_list:action%%</td></tr><<END REPEAT node_list>></tbody></table>';@@ @@JS:if(template.node_list.length && http_request.virtual_path!="/nodelist.ssjs")'Who\'s Online now ...<br /><br /><table class="left_nodelist"><tbody><<REPEAT node_list>><tr><td class="left_nodelist"><a href="mailto:@@node_list:email@@">%%node_list:name%%</a> %%node_list:action%%</td></tr><<END REPEAT node_list>></tbody></table>';@@
</div> </div>
</td> </td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment