diff --git mailup.module mailup.module
index b5d0803..760ecec 100644
--- mailup.module
+++ mailup.module
@@ -193,12 +193,12 @@ function mailup_theme($existing, $type, $theme, $path) {
     'mailup_subscription' => array(
       'template'    => 'mailup-subscription',
       'arguments'  => array('lists' => NULL),
-      'path' => 'modules/mailup_integration/templates',
+      'path' => drupal_get_path('module', 'mailup') . '/templates',
     ),
     'mailup_import_review' => array(
       'template'    => 'mailup-import',
       'arguments'  => array('form' => NULL, 'data' => NULL),
-      'path' => 'modules/mailup_integration/templates',
+      'path' => drupal_get_path('module', 'mailup') . '/templates',
     ),
   );
 }
