removed mods directory from the ATutor codebase
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / Converters / HTML / frames / templates / DOM / earthli / templates / const.tpl
diff --git a/mods/phpdoc2/PhpDocumentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/const.tpl b/mods/phpdoc2/PhpDocumentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/const.tpl
deleted file mode 100644 (file)
index 4157488..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-{section name=consts loop=$consts}\r
-<a name="const{$consts[consts].const_name}" id="{$consts[consts].const_name}"><!-- --></A>\r
-<div class="{cycle values="evenrow,oddrow"}">\r
-\r
-       <div class="const-header">\r
-               <img src="{$subdir}media/images/{if $consts[consts].access == 'private'}PrivateVariable{else}Variable{/if}.png" />\r
-               <span class="const-title">\r
-                       <span class="const-name">{$consts[consts].const_name}</span>\r
-                        = <span class="const-default">{$consts[consts].const_value|replace:"\n":"<br />"}</span>\r
-                       (line <span class="line-number">{if $consts[consts].slink}{$consts[consts].slink}{else}{$consts[consts].line_number}{/if}</span>)\r
-               </span>\r
-       </div>\r
-\r
-       {include file="docblock.tpl" sdesc=$consts[consts].sdesc desc=$consts[consts].desc tags=$consts[consts].tags}   \r
-       \r
-</div>\r
-{/section}\r
-\r