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

Commit

Permalink
Modified profile foundations to use block view of profile component
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchisari authored and The Appleseed Project committed Dec 2, 2010
1 parent a655dfd commit 2d3ff9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions foundations/default/profile/info.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
<div id="profile-mutual">
<?php $zApp->Components->Go ( "friends", "mutual", "summary" ); ?>
</div>
<div id="profile-block">
<?php $zApp->Components->Go ( "profile", "block", "block" ); ?>
</div>
</div>
<div id="appleseed-profile-content" class="grid_12 omega">
<?php $zApp->Components->Go ( "profile", "info", "info" ); ?>
Expand Down
3 changes: 3 additions & 0 deletions foundations/default/profile/page.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
<div id="profile-mutual">
<?php $zApp->Components->Go ( "friends", "mutual", "summary" ); ?>
</div>
<div id="profile-block">
<?php $zApp->Components->Go ( "profile", "block", "block" ); ?>
</div>
</div>
<div id="appleseed-profile-content" class="grid_12 omega">
<?php $zApp->Components->Go ( "page", "share"); ?>
Expand Down

0 comments on commit 2d3ff9a

Please sign in to comment.