diff options
author | Friendika <info@friendika.com> | 2010-11-15 21:06:44 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-15 21:06:44 -0800 |
commit | 5d474177113f563c5c4d299485e0edb27d061f8a (patch) | |
tree | 1b27debb4e5115322fc51d55956fe2289a952606 /mod | |
parent | 8c395f96deb3d9bc9c24e3c62b3709de12d44f39 (diff) | |
download | volse-hubzilla-5d474177113f563c5c4d299485e0edb27d061f8a.tar.gz volse-hubzilla-5d474177113f563c5c4d299485e0edb27d061f8a.tar.bz2 volse-hubzilla-5d474177113f563c5c4d299485e0edb27d061f8a.zip |
more view cleanup
Diffstat (limited to 'mod')
-rw-r--r-- | mod/contacts.php | 2 | ||||
-rw-r--r-- | mod/profiles.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mod/contacts.php b/mod/contacts.php index f0e677ba5..c33c69fa8 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -166,7 +166,7 @@ function contacts_content(&$a) { } - require_once('view/contact_selectors.php'); + require_once('include/contact_selectors.php'); $tpl = load_view_file("view/contact_edit.tpl"); diff --git a/mod/profiles.php b/mod/profiles.php index 26e8d4ec5..0bf082efc 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -280,7 +280,7 @@ function profiles_content(&$a) { require_once('mod/profile.php'); profile_load($a,$a->user['nickname'],$r[0]['id']); - require_once('view/profile_selectors.php'); + require_once('include/profile_selectors.php'); $tpl = load_view_file('view/profed_head.tpl'); |