[various] Replace remaining $a->page by DI::page()

This commit is contained in:
Hypolite Petovan 2019-12-30 15:53:43 -05:00
parent b351fabb4f
commit d3717045f7
27 changed files with 394 additions and 393 deletions

View file

@ -25,7 +25,7 @@ function viewsrc_uninstall() {
}
function viewsrc_page_end(&$a, &$o){
$a->page['htmlhead'] .= <<< EOS
DI::page()['htmlhead'] .= <<< EOS
<script>
$(function(){
$('a[href*="/viewsrc/"]').each(function() {