Skip to content

Commit

Permalink
change include to include_once
Browse files Browse the repository at this point in the history
  • Loading branch information
mariez committed Dec 22, 2016
1 parent d779571 commit d837c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mainmenu.php
@@ -1,7 +1,7 @@
<?php

// functions for theme bootstrap
include dirname(__FILE__).'/functions.php';
include_once dirname(__FILE__).'/functions.php';

/* fix sections not opening submenues on first click */
$GLOBALS['pagecategories']['statistics']['toplink'] = 'statsoverview';
Expand Down

0 comments on commit d837c8a

Please sign in to comment.