Просмотр исходного кода

Includes file for custom linkout handling

E.Cannon 9 лет назад
Родитель
Сommit
364887db6d
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      blast_ui.module

+ 1 - 0
blast_ui.module

@@ -16,6 +16,7 @@ require_once 'includes/blast_ui.node.inc';
 
 // BLAST Link-out functionality.
 require_once 'includes/blast_ui.linkouts.inc';
+include_once('includes/blast_ui.custom.inc');
 
 // Functions specific to themeing (ie: preprocess)
 require_once 'theme/blast_ui.theme.inc';