friendica/view/theme/frost-mobile/smarty3/msg-header.tpl

10 lines
235 B
Smarty
Raw Normal View History

2012-12-22 20:57:29 +01:00
<script language="javascript" type="text/javascript">
window.nickname = "{{$nickname}}";
window.linkURL = "{{$linkurl}}";
var plaintext = "none";
window.ajaxType = 'msg-header';
window.autocompleteType = 'msg-header';
</script>