[various] Replace remaining $a->page by DI::page()
This commit is contained in:
parent
b351fabb4f
commit
d3717045f7
27 changed files with 394 additions and 393 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue