Skip to content
Snippets Groups Projects
Commit 806a93c2 authored by Matthew Juhl's avatar Matthew Juhl
Browse files

Fixed check for page title 'Your profile' instead of 'Edit profile' for loading profile editor js

parent 99bbf46e
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ echo $feedref;
echo elgg_view('metatags',$vars);
?>
<?php
if ($vars['title'] == "Edit profile") {
if ($vars['title'] == "Your profile") {
?>
<style type="text/css">
#maincontent form.cool {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment