From: Alexandre Emsenhuber Date: Sat, 24 May 2008 20:51:08 +0000 (+0000) Subject: Document ImagePageFindFile hook X-Git-Tag: 1.31.0-rc.0~47398 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;h=9c700dad77d3d60c033ec56241efbdd81beaa795;p=lhc%2Fweb%2Fwiklou.git Document ImagePageFindFile hook --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 0ad48f45af..6a6cadd739 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -684,6 +684,11 @@ $file: the file $line: the HTML of the history line $css: the line CSS class +'ImagePageFindFile': called when fetching the file associated with an image page +$page: ImagePage object +&$file: File object +&$displayFile: displayed File object + 'InitPreferencesForm': called at the end of PreferencesForm's constructor $form: the PreferencesForm $request: the web request to initialized from