The UI to choose a zone.
tempcode
choose_zone
(tempcode $title, [?string $no_go = NULL])
-
tempcode
$title: The title for the "choose a zone" page
-
?string
$no_go: Zone to not allow the selection of (NULL: none to filter out)
The UI to delete a page.
tempcode
delete
()
The do-next manager for after content management.
tempcode
do_next_manager
(tempcode $title, ?ID_TEXT $page, ID_TEXT $zone, tempcode $completion_text)
-
tempcode
$title: The title (output of get_page_title)
-
?ID_TEXT
$page: The name of the page just handled (NULL: none)
-
ID_TEXT
$zone: The name of the zone just handled (blank: none/welcome-zone)
-
tempcode
$completion_text: The text to show (blank: default)
Standard modular entry-point finder function.
?array
get_entry_points
()
Standard modular info function.
?array
info
()
Standard modular install function.
void
install
([?integer $upgrade_from = NULL], [?integer $upgrade_from_hack = NULL])
-
?integer
$upgrade_from: What version we're upgrading from (NULL: new install)
-
?integer
$upgrade_from_hack: What hack version we're upgrading from (NULL: new-install/not-upgrading-from-a-hacked-version)
The do-next manager for before content management. This is intended for exceptional users who cannot use the site-tree editor
tempcode
misc
()
The UI to move a page.
tempcode
move
()
The UI for the add-new-page wizard (choose zone, page name).
tempcode
page_wizard
()
Standard modular run function.
tempcode
run
()
The UI for the site-tree editor.
tempcode
site_tree
()
Standard modular uninstall function.
void
uninstall
()
The UI to confirm deletion of a page.
tempcode
_delete
()
The actualiser to move a page.
tempcode
_move
()
The UI for the add-new-page wizard (choose which menu to add it to, and what title to give it - or choose not to add to a menu).
tempcode
_page_wizard
()
The actualiser to delete a page.
tempcode
__delete
()