Skip to content

Commit

Permalink
Fix Cache Problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian committed Nov 24, 2016
1 parent d431efd commit 82399a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

define('academy_client', '1.0');

if(file_exists(TL_ROOT . '/system/modules/contao_academy_client/classes/AcademyHelper.php')):
$GLOBALS['TL_HOOKS']['outputBackendTemplate'][] = array('AcademyHelper', 'HeaderVideohandbuch');
endif;

// CSS und JS fuer Backendview Academy
if (TL_MODE == 'BE')
Expand Down

0 comments on commit 82399a0

Please sign in to comment.