Skip to content

Commit

Permalink
uncomment output of framework and css
Browse files Browse the repository at this point in the history
  • Loading branch information
seibtph authored and Philipp Seibt committed Jan 26, 2017
1 parent 891e7ac commit 7ceec1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdir/amphtml-bundle",
"version": "0.1.3",
"version": "0.1.4",
"description": "Amphtml Bundle for Contao 4",
"scripts": {},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/Resources/contao/classes/AmphtmlHooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function ampGenerateFrontendUrl($arrRow, $strParams, $strUrl)
*/
public function unbindDynamicScriptTags($strBuffer)
{
echo "<pre>";
/*echo "<pre>";
echo "<br>TL_FRAMEWORK_CSS";
var_dump($GLOBALS['TL_FRAMEWORK_CSS']);
echo "<br>TL_CSS";
Expand All @@ -117,7 +117,7 @@ public function unbindDynamicScriptTags($strBuffer)
echo "<br>TL_MOOTOOLS";
var_dump($GLOBALS['TL_MOOTOOLS']);
// echo "<br>Buffer"; var_dump($strBuffer);
echo "</pre>";
echo "</pre>";*/

// return $strBuffer;
}
Expand Down

0 comments on commit 7ceec1d

Please sign in to comment.