diff --git a/view/acl_selectors.php b/include/acl_selectors.php similarity index 100% rename from view/acl_selectors.php rename to include/acl_selectors.php diff --git a/mod/group.php b/mod/group.php index e5c6b92ae..01875d01f 100644 --- a/mod/group.php +++ b/mod/group.php @@ -113,7 +113,7 @@ function group_content(&$a) { if(($a->argc == 2) && (intval($a->argv[1]))) { - require_once('view/acl_selectors.php'); + require_once('include/acl_selectors.php'); $r = q("SELECT * FROM `group` WHERE `id` = %d AND `uid` = %d LIMIT 1", intval($a->argv[1]), intval(local_user()) diff --git a/mod/message.php b/mod/message.php index 9d7a86d55..3f5b71cc2 100644 --- a/mod/message.php +++ b/mod/message.php @@ -1,6 +1,6 @@ $geotag )); - require_once('view/acl_selectors.php'); + require_once('include/acl_selectors.php'); $tpl = load_view_file("view/jot.tpl"); diff --git a/mod/photos.php b/mod/photos.php index addc04d76..f570d5b13 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -1,8 +1,8 @@ $geotag )); - require_once('view/acl_selectors.php'); + require_once('include/acl_selectors.php'); $tpl = load_view_file("view/jot.tpl"); if(is_array($a->user) && ((strlen($a->user['allow_cid'])) || (strlen($a->user['allow_gid'])) || (strlen($a->user['deny_cid'])) || (strlen($a->user['deny_gid'])))) diff --git a/mod/settings.php b/mod/settings.php index 0687a498f..a40354c86 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -163,7 +163,7 @@ function settings_content(&$a) { return; } - require_once('view/acl_selectors.php'); + require_once('include/acl_selectors.php'); $p = q("SELECT * FROM `profile` WHERE `is-default` = 1 AND `uid` = %d LIMIT 1", intval($_SESSION['uid']) diff --git a/view/about.tpl b/view/about.tpl deleted file mode 100644 index fa3d49cb7..000000000 --- a/view/about.tpl +++ /dev/null @@ -1,14 +0,0 @@ - -
-Tell us about yourself. -
- - - -