themes/enanium/footer.tpl
author Dan
Fri, 15 May 2009 20:23:49 -0400
changeset 997 07a26bd567a5
parent 955 de4f81abc5e3
child 1122 e1606c85e937
permissions -rw-r--r--
Fixed category display not listing entirely
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     1
          </div> <!-- div#ajaxEditContainer -->
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     2
          </td>
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     3
          <!-- BEGIN right_sidebar -->
955
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 921
diff changeset
     4
          <td valign="top" class="td-right-sidebar">
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 921
diff changeset
     5
            <div class="right sidebar" id="enanium_sidebar_right">
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 921
diff changeset
     6
              <a class="closebtn" onclick="enanium_toggle_sidebar_right(); return false;">&raquo;</a>
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     7
              {SIDEBAR_RIGHT}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     8
            </div>
955
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 921
diff changeset
     9
            <div class="right-sidebar-hidden" id="enanium_sidebar_right_hidden">
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 921
diff changeset
    10
              <a class="openbtn" onclick="enanium_toggle_sidebar_right(); return false;">&laquo;</a>
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 921
diff changeset
    11
            </div>
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    12
            <!-- HOOK sidebar_right_post -->
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    13
          </td>
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    14
          <!-- END right_sidebar -->
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    15
          </tr>
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    16
          </table>
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    17
        </div> <!-- div#content-wrapper -->
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    18
      </td>
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    19
    </tr>
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    20
    </table>
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    21
    <div id="footer">
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    22
      <b>{COPYRIGHT}</b><br />
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    23
      [[EnanoPoweredLinkLong]]&nbsp;&nbsp;|&nbsp;&nbsp;<!-- BEGINNOT stupid_mode --><a href="http://validator.w3.org/check?uri=referer">{lang:page_w3c_valid_xhtml11}</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://jigsaw.w3.org/css-validator/validator?uri=referer">{lang:page_w3c_valid_css}</a>&nbsp;&nbsp;|&nbsp;&nbsp;<!-- END stupid_mode -->[[StatsLong]]
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    24
      <!-- Do not remove this line or scheduled tasks will not run. -->
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    25
      <img alt=" " src="{SCRIPTPATH}/cron.php" width="1" height="1" />
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    26
    </div>
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    27
  {JS_FOOTER}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    28
  </body>
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    29
</html>
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    30