diff options
Diffstat (limited to 'view/tpl/smarty3/follow.tpl')
-rw-r--r-- | view/tpl/smarty3/follow.tpl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/view/tpl/smarty3/follow.tpl b/view/tpl/smarty3/follow.tpl deleted file mode 100644 index 2c3b451b3..000000000 --- a/view/tpl/smarty3/follow.tpl +++ /dev/null @@ -1,13 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<div id="follow-sidebar" class="widget"> - <h3>{{$connect}}</h3> - <div id="connect-desc">{{$desc}}</div> - <form action="follow" method="post" /> - <input id="side-follow-url" type="text" name="url" size="24" title="{{$hint}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow}}" /> - </form> -</div> - |