summaryrefslogtreecommitdiff
path: root/bit_setup_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'bit_setup_inc.php')
-rw-r--r--bit_setup_inc.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/bit_setup_inc.php b/bit_setup_inc.php
deleted file mode 100644
index 9f3aef0..0000000
--- a/bit_setup_inc.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-global $gBitSystem, $gBitSmarty;
-$registerHash = array(
- 'package_name' => 'contact',
- 'package_path' => dirname( __FILE__ ).'/',
- 'homeable' => FALSE,
-);
-$gBitSystem->registerPackage( $registerHash );
-
-if( $gBitSystem->isPackageActive( 'contact' ) ) {
- $menuHash = array(
- 'package_name' => CONTACT_PKG_NAME,
- 'index_url' => CONTACT_PKG_URL.'index.php',
- 'menu_template' => 'bitpackage:contact/menu_contact.tpl',
- );
- $gBitSystem->registerAppMenu( $menuHash );
-}