Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
stjeanmark committed May 18, 2021
1 parent 7f687ee commit c95dac1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions system/modules/simple_modal_gallery/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,3 @@

/* Models */
$GLOBALS['TL_MODELS']['tl_simple_modal_gallery'] = 'Asc\Model\SimpleModalGallery';


/* Hooks */
if (\Config::getInstance()->isComplete()) {
$GLOBALS['TL_HOOKS']['replaceInsertTags'][] = array('CustomTags\SimpleModalGalleryInsertTag', 'onReplaceTag');
}

0 comments on commit c95dac1

Please sign in to comment.