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

Commit

Permalink
Added user invites component to info foundation.
Browse files Browse the repository at this point in the history
Added postal foundation for testing.
  • Loading branch information
michaelchisari authored and The Appleseed Project committed Oct 23, 2010
1 parent c36409e commit 0878c65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions foundations/default/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ routes[layout/profile]="layout/profile.php"
routes[layout/elements]="layout/elements.php"
routes[layout/admin]="layout/admin.php"
routes[layout/comments]="layout/comments.php"
routes[layout/postal]="layout/postal.php"

; Example Routes
; --------------
Expand Down
1 change: 1 addition & 0 deletions foundations/default/layout/postal.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php $zApp->Components->Go ( "postal" ); ?>
3 changes: 3 additions & 0 deletions foundations/default/profile/info.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
<div id="profile-photo">
<?php $zApp->Components->Go ( "photos", "profile", "profile" ); ?>
</div>
<div id="profile-invites">
<?php $zApp->Components->Go ( "user", "invites", "invites" ); ?>
</div>
<div id="profile-contact">
<?php $zApp->Components->Go ( "profile", "contact", "contact" ); ?>
</div>
Expand Down

0 comments on commit 0878c65

Please sign in to comment.