/home/suroeste/public_html/wp-content/plugins/akeebabackupwp/app/templates/default/php
NameSizeModeActions
head.php12500644editdlrm
menu.php8250644editdlrm
messages.php7990644editdlrm
pagination.php37140644editdlrm
toolbar.php18820644editdlrm
Edit: /home/suroeste/public_html/wp-content/plugins/akeebabackupwp/app/templates/default/php/head.php (1250B)
getScriptOptions(), $prettyPrint); $jsonOptions = $jsonOptions ? $jsonOptions : '{}'; echo "\t\n"; // CSS files foreach ($this->getStyles() as $url => $params) { $media = ($params['media']) ? "media=\"{$params['media']}\"" : ''; echo "\t\n"; } // Inline style foreach ($this->getStyleDeclarations() as $type => $content) { echo "\t"; } // JavaScript files foreach ($this->getScripts() as $url => $params) { echo "\t\n"; } // Inline script declarations foreach ($this->getScriptDeclarations() as $type => $content) { echo "\t"; }