removed mods directory from the ATutor codebase
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / Converters / HTML / frames / templates / DOM / earthli / templates / tutorial_toc.tpl
diff --git a/mods/phpdoc2/PhpDocumentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/tutorial_toc.tpl b/mods/phpdoc2/PhpDocumentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/tutorial_toc.tpl
deleted file mode 100644 (file)
index 314ebd8..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-{if count($toc)}\r
-<h1 class="title">Table of Contents</h1>\r
-<ul class="toc">\r
-       {assign var="lastcontext" value='refsect1'}\r
-       {section name=toc loop=$toc}\r
-               \r
-               {if $toc[toc].tagname != $lastcontext}\r
-                 {if $lastcontext == 'refsect1'}\r
-                               <ul class="toc">\r
-                                       <li>{$toc[toc].link}</li>\r
-                       {else}\r
-                               {if $lastcontext == 'refsect2'}\r
-                                       {if $toc[toc].tagname == 'refsect1'}\r
-                                               </ul>\r
-                                               <li>{$toc[toc].link}</li>\r
-                                       {/if}\r
-                                       {if $toc[toc].tagname == 'refsect3'}\r
-                                               <ul class="toc">\r
-                                                       <li>{$toc[toc].link}</li>\r
-                                       {/if}\r
-                               {else}\r
-                                       </ul>\r
-                                       <li>{$toc[toc].link}</li>\r
-                               {/if}\r
-                       {/if}\r
-                       {assign var="lastcontext" value=$toc[toc].tagname}\r
-               {else}\r
-                       <li>{$toc[toc].link}</li>\r
-               {/if}\r
-       {/section}\r
-       {if $lastcontext == 'refsect2'}\r
-               </ul>\r
-       {/if}\r
-       {if $lastcontext == 'refsect3'}\r
-                       </ul>\r
-               </ul>\r
-       {/if}\r
-</ul>\r
-{/if}\r