Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Made "Page" the default profile tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchisari authored and The Appleseed Project committed Oct 20, 2010
1 parent 21552f5 commit b11ed36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/profile/profile.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; Enabled by default
enabled="true"

default_tab="info"
default_tab="page"
tabs_ordering="newsfeed mail options page info friends journal photos events groups"

maximum_tabs=10
2 changes: 1 addition & 1 deletion foundations/default/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ routes[/articles/edit/(\d+)]="articles/queue.php?Article=$1"

[page]
routes[profile/(.*)/page]="profile/page.php?Username=$1"
routes[profile/(.*)/]="profile/page.php?Username=$1"

[photos]
;routes[profile/(.*)/photos]="photos/sets.php"
Expand Down Expand Up @@ -107,7 +108,6 @@ contexts[profile/friends/requests.php]="requests.friends.(\d){1,2}.(.*)\$"

[profile/info]
routes[profile/(.*)/info]="profile/info.php"
routes["profile/([^/]+)/"]="profile/info.php"

[admin]
restrictions[/admin/(.*)]="admin"
Expand Down

0 comments on commit b11ed36

Please sign in to comment.