themes/enanium/footer.tpl
author Dan
Thu, 17 Dec 2009 04:27:50 -0500
changeset 1168 277a9cdead3e
parent 1122 e1606c85e937
child 1227 bdac73ed481e
permissions -rw-r--r--
Namespace_Default: added a workaround for an inconsistency in SQL. Basically, if you join the same table multiple times under multiple aliases, COUNT() always uses the first instance. Was affecting the comment counter in the "discussion" button.
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 />
1122
e1606c85e937 A bit of refinement and consistency to "Powered by Enano" link and associated documentation
Dan
parents: 955
diff changeset
    23
      <!-- You may remove the following line, but it will affect your support from the Enano project. See: http://enanocms.org/powered-link -->
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    24
      [[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
    25
      <!-- Do not remove this line or scheduled tasks will not run. -->
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    26
      <img alt=" " src="{SCRIPTPATH}/cron.php" width="1" height="1" />
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    27
    </div>
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    28
  {JS_FOOTER}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    29
  </body>
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    30
</html>
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    31