diff options
Diffstat (limited to 'view/tpl/smarty3/diasp_dec_hdr.tpl')
-rw-r--r-- | view/tpl/smarty3/diasp_dec_hdr.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/tpl/smarty3/diasp_dec_hdr.tpl b/view/tpl/smarty3/diasp_dec_hdr.tpl new file mode 100644 index 000000000..636ff7bd0 --- /dev/null +++ b/view/tpl/smarty3/diasp_dec_hdr.tpl @@ -0,0 +1,8 @@ +<decrypted_hdeader> + <iv>{{$inner_iv}}</iv> + <aes_key>{{$inner_key}}</aes_key> + <author> + <name>{{$author_name}}</name> + <uri>{{$author_uri}}</uri> + </author> +</decrypted_header> |