profile-module-manager-bundle-page.tpl.php in Profile Module Manager 7
Same filename and directory in other branches
1 theme call to profile-module-manager-bundle-page.tpl.php
- profile_module_manager_bundle_list in ./
profile_module_manager.admin.inc - Callback for admin/settings/bundles/list
File
templates/profile-module-manager-bundle-page.tpl.phpView source
<p><?php
print variable_get('profile_module_manager_bundle_page_description', 'Add-on Bundles are additional features and functionality that you can enable. Before enabling a bundle, review the examples and documentation to see how it works. Once a bundle is enabled you cannot disable it.');
?> </p>
<?php
print render($content);