more view cleanup

pull/1/head
Friendika 13 years ago
parent 8c395f96de
commit 5d47417711

@ -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");

@ -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');

Loading…
Cancel
Save