* depricate <?=subtemplate> in favour of <?=("subtemplate")> so our syntax is more...
[citadel.git] / webcit / static / t / who.html
index 98c16898937b4c66f593b0c05dd8f3431c0642a6..08a1b7b20602f8abccec96c15a54826a9784468b 100644 (file)
@@ -1,5 +1,5 @@
-<?=head>
-<?=important_msg>
+<?=("head")>
+<?=("important_msg")>
 <?ICONBAR>
 
 <script type="text/javascript">
@@ -27,5 +27,5 @@ return confirm('<?_("Do you really want to kill this session?")>');
  new Ajax.PeriodicalUpdater('do_template', 'template=wholiststatic',
                             { method: 'get', frequency: 30 }  );
 </script>
-<?=trailing>
+<?=("trailing")>