diff options
Diffstat (limited to 'src/templates/pages/deeper/seeker.html.ftl')
-rw-r--r-- | src/templates/pages/deeper/seeker.html.ftl | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/templates/pages/deeper/seeker.html.ftl b/src/templates/pages/deeper/seeker.html.ftl deleted file mode 100644 index ed0b21a..0000000 --- a/src/templates/pages/deeper/seeker.html.ftl +++ /dev/null @@ -1,30 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <#if errorMessage??> - <@noticebox class="visible"> - ${errorMessage?html} - </@noticebox> - <#else> - <@noticebox> - </@noticebox> - </#if> - - <div id="content"> - <article class="text"> - <#include "/templates/deeperheader.ftl"> - - <h3>Reading List</h3> - <ul> - <li><a href="http://www.amazon.com/dp/0310339308">Case for Christ - Lee Strobel</a></li> - <li><a href="http://www.amazon.com/dp/0310339294">Case for Faith - Lee Strobel</a></li> - </ul> - <h3>Other</h3> - <ul> - <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> - </ul> - </article> - </div> -</@commonpage> - |