Skip to content

Commit

Permalink
change be mod position
Browse files Browse the repository at this point in the history
  • Loading branch information
MDevster authored and Juliane Langer committed Jul 13, 2016
1 parent dbc3d64 commit 11e3c84
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {},
"repository": {
"type": "git",
"url": "git@github.com:pdir/amphtml-bundle.git"
"url": "https://github.com/pdir/amphtml-bundle.git"
},
"keywords": [
"Contao",
Expand Down
14 changes: 14 additions & 0 deletions src/PdirAmphtmlBundle.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
<?php

/*
* Copyright pdir / digital agentur <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Pdir\AmphtmlBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

/**
* Configures the Amphtml bundle.
*
* @author Mathias Arzberger <[email protected]>
*/

class PdirAmphtmlBundle extends Bundle {

}
3 changes: 2 additions & 1 deletion src/Resources/contao/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
/**
* Back end modules
*/
$GLOBALS['BE_MOD']['amphtml'] = array(

$GLOBALS['BE_MOD']['content'] = array(
'amphtml' => array
(
'tables' => array('tl_amphtml'),
Expand Down

0 comments on commit 11e3c84

Please sign in to comment.