[various] Replace remaining $a->page by DI::page()
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user