diff options
Diffstat (limited to 'view/tpl/smarty3/chanview.tpl')
-rw-r--r-- | view/tpl/smarty3/chanview.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/view/tpl/smarty3/chanview.tpl b/view/tpl/smarty3/chanview.tpl index 7e375d3e6..639d863b4 100644 --- a/view/tpl/smarty3/chanview.tpl +++ b/view/tpl/smarty3/chanview.tpl @@ -1 +1,5 @@ -<iframe id="remote-channel" width="100%" src="{{$url}}" onload="resize_iframe()"></iframe> +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}}<iframe id="remote-channel" width="100%" src="{{$url}}" onload="resize_iframe()"></iframe> |