<div class="post-content">
<?php if ( is_in_tree( get_option("glm_members_database_option_members_only_id") ) ) { ?>
<!-- if this is a page in the members only tree, go through members only content -->
- <?php include("lib/glma/glm-members-only-template.php"); ?>
+ <?php include(get_template_directory_uri() . "/lib/glma/glm-members-only-template.php"); ?>
<?php } else { ?>
<!-- if this is not a members-only template, show the regular content -->
<?php the_content(); ?>