MantisBT: master 14af5ca4

Author Committer Branch Timestamp Parent
raspopov dregad master 2025-02-20 10:42 master c076bc56
Changeset

Restore included pages functionality

  • Restored working of top_include_page and bottom_include_page options.
  • Restored generation of EVENT_LAYOUT_PAGE_HEADER event.
  • Added dynamic footer resizing.

The top_include_page file is included within the navbar element, which
is fixed at the top of the page; the bottom_include_page file is
included within an existing footer or as a footer itself (on login
pages), which is also fixed at the bottom of the page. Because of this,
the include template must contain, for example, a “div” element with a
solid background.

mod - js/ace.min.js Diff File
mod - js/ace.js Diff File
mod - css/ace.css Diff File
mod - css/ace.min.css Diff File
mod - css/ace-skins.min.css Diff File
mod - css/ace-skins.css Diff File
mod - core/layout_api.php Diff File
mod - core/html_api.php Diff File