themes/admin/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.

          </div>
          <div class="footer">
            {COPYRIGHT}
            <!-- You may remove the following line, but it will affect your support from the Enano project. See: http://enanocms.org/powered-link -->
            <br />[[EnanoPoweredLink]] &bull; &copy; 2006-2009 Dan Fuhry
          </div>
        </td>
        <td class="right"></td>
      </tr>
      <tr>
        <td class="bottom-left"></td><td class="bottom"></td><td class="bottom-right"></td>
      </tr>
    </table>
    
    </td>
    <td id="td-sidebar" valign="top">
    
      <table border="0" cellspacing="0" cellpadding="0" class="wrapper" id="sidebar-show">
        <tr>
          <td class="top-left"></td><td class="top">&nbsp;</td><td class="top-right"></td>
        </tr>
        <tr>
          <td class="left"></td>
          <td class="main">
            <div id="sidebar">
              {SIDEBAR_LEFT}
              {SIDEBAR_RIGHT}
            </div>
          </td>
          <td class="right"></td>
        </tr>
        <tr>
          <td class="bottom-left"></td><td class="bottom"></td><td class="bottom-right"></td>
        </tr>
      </table>
      
      <div id="sidebar-hide" onclick="admin_expand();" class="collapsed" title="Click to expand the sidebar"></div>
    
    </td>
    </tr>
    </table>
    
    <script type="text/javascript" src="{CDNPATH}/themes/admin/js/menu.js"></script>
    {JS_FOOTER}
  </body>
</html>