themes/enanium/footer.tpl
author Dan
Tue, 05 May 2009 00:10:26 -0400
changeset 953 323c4cd1aa37
parent 921 a71de5e21423
child 955 de4f81abc5e3
permissions -rw-r--r--
Made some more changes to the way namespaces are handled, for optimization purposes. This is a bit of a structural reorganization: $paths->pages is obsoleted in its entirety; calculating page existence and metadata is now the job of the Namespace_* backend class. There are many things in PageProcessor that should be reorganized, and page actions in general should really be rethought. This is probably the beginning of a long process that will be taking place over the course of the betas.

          </div> <!-- div#ajaxEditContainer -->
          </td>
          <!-- BEGIN right_sidebar -->
          <td valign="top">
            <div class="right sidebar">
              {SIDEBAR_RIGHT}
            </div>
            <!-- HOOK sidebar_right_post -->
          </td>
          <!-- END right_sidebar -->
          </tr>
          </table>
        </div> <!-- div#content-wrapper -->
      </td>
    </tr>
    </table>
    <div id="footer">
      <b>{COPYRIGHT}</b><br />
      [[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]]
      <!-- Do not remove this line or scheduled tasks will not run. -->
      <img alt=" " src="{SCRIPTPATH}/cron.php" width="1" height="1" />
    </div>
  {JS_FOOTER}
  </body>
</html>