X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Faction.php;h=670eb498c1a63375af9c37b882c4a61b87f8af45;hb=bf4626ddf6362b81d1ce23a5cc300b4d5694c146;hp=ebc812acaa215ee26e685d3af0f68bd7af77436b;hpb=a5ed805aeabab3930d066b2777dbab9663bc487f;p=quix0rs-gnu-social.git diff --git a/lib/action.php b/lib/action.php index ebc812acaa..670eb498c1 100644 --- a/lib/action.php +++ b/lib/action.php @@ -120,16 +120,14 @@ class Action extends HTMLOutputter // lawsuit { // XXX: attributes (profile?) $this->elementStart('head'); - if (Event::handle('StartShowHeadElements', array($this))) { - $this->showTitle(); - $this->showShortcutIcon(); - $this->showStylesheets(); - $this->showOpenSearch(); - $this->showFeeds(); - $this->showDescription(); - $this->extraHead(); - Event::handle('EndShowHeadElements', array($this)); - } + $this->showTitle(); + $this->showShortcutIcon(); + $this->showStylesheets(); + $this->showScripts(); + $this->showOpenSearch(); + $this->showFeeds(); + $this->showDescription(); + $this->extraHead(); $this->elementEnd('head'); } @@ -354,7 +352,6 @@ class Action extends HTMLOutputter // lawsuit Event::handle('EndShowFooter', array($this)); } $this->elementEnd('div'); - $this->showScripts(); $this->elementEnd('body'); }