themes/oxygen/simple-footer.tpl
author Dan
Sun, 15 Jun 2008 00:59:37 -0400
changeset 571 66e14e61613e
parent 276 acfdccf7a2bf
child 1227 bdac73ed481e
permissions -rw-r--r--
Got ACL scope logic working again and began enforcing it. Breaking API change: assigning page title with $template->tpl_strings['PAGE_NAME'] will no longer work, use $template->assign_vars(). Workaround may be added later. Test for assign_vars method if compatibility needed. Added namespace processor API (non-breaking change). Several other things tweaked around as well.


            </div>
          </td>
          <td id="mdg-mr"></td>
        </tr>
        <tr>
          <td id="mdg-btl"></td>
          <td>
            <div id="credits">
              {COPYRIGHT}
            </div>
          </td>
          <td id="mdg-btr"></td>
        </tr>
        <tr>
          <td id="mdg-btcl"></td>
          <td id="mdg-btm"></td>
          <td id="mdg-btcr"></td>
        </tr>
      </table>
    </td>
    <td style="width: 10%;"></td>
    </tr>
    </table>
  </body>
</html>