diff options
| author | 2013-02-27 09:13:24 -0300 | |
|---|---|---|
| committer | 2013-02-27 09:13:24 -0300 | |
| commit | 878ba1152ebc64a4a2609d23c9e400a6111db642 (patch) | |
| tree | 7672c12a59dbab1864606109e4f2b1dd7534043c /extra_plugins/command_planetoid/post.tmpl | |
| parent | a40930043121a4b60de8526d58417761a54ab718 (diff) | |
Imported Upstream version 5.3upstream/5.3
Diffstat (limited to 'extra_plugins/command_planetoid/post.tmpl')
| -rw-r--r-- | extra_plugins/command_planetoid/post.tmpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extra_plugins/command_planetoid/post.tmpl b/extra_plugins/command_planetoid/post.tmpl new file mode 100644 index 0000000..2c4c220 --- /dev/null +++ b/extra_plugins/command_planetoid/post.tmpl @@ -0,0 +1,10 @@ +## -*- coding: utf-8 -*- +<html> +<body> +<script type="text/javascript"> +<!-- +window.location = "${post.link}" +//--> +</script> +Redirecting you to <a href="${post.link}">the original location.</a> +</body>
\ No newline at end of file |
