Skip to content
Snippets Groups Projects
Commit e390791b authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

php require statement not wrapped in php tags - was outputting as html

parent afe9ab06
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ $release = get_version(true);
<?php endif; ?>
<?php if ($vars['title'] == "Edit profile") : //CSS and JS for only the profile edit form page ?>
require_once(dirname(dirname(dirname(dirname(dirname(__FILE__))))) . '/unl_theme/scripts/JS/enhanceProfileForm.php');
<?php require_once(dirname(dirname(dirname(dirname(dirname(__FILE__))))) . '/unl_theme/scripts/JS/enhanceProfileForm.php'); ?>
<style type="text/css">
#profileEditor input[name$="city"] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment