/[drupal]/drupal/modules/profile/profile-wrapper.tpl.php
ViewVC logotype

Contents of /drupal/modules/profile/profile-wrapper.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Mon Oct 13 12:31:42 2008 UTC (13 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6, DRUPAL-7-0-UNSTABLE-7, DRUPAL-7-0-UNSTABLE-10, DRUPAL-7-0-UNSTABLE-3, DRUPAL-7-0-UNSTABLE-4, DRUPAL-7-0-UNSTABLE-5, DRUPAL-7-0-UNSTABLE-8, DRUPAL-7-0-UNSTABLE-9, HEAD
Changes since 1.2: +2 -2 lines
File MIME type: text/x-php
- Patch #320000 by lilou: unify doxygen @file documentation in tpl.
1 <?php
2 // $Id: profile-wrapper.tpl.php,v 1.2 2007/08/07 08:39:35 goba Exp $
3
4 /**
5 * @file
6 * Default theme implementation for wrapping member listings and their
7 * profiles.
8 *
9 * This template is used when viewing a list of users. It can be a general
10 * list for viewing all users with the url of "example.com/profile" or when
11 * viewing a set of users who share a specific value for a profile such
12 * as "example.com/profile/country/belgium".
13 *
14 * Available variables:
15 * - $content: User account profiles iterated through profile-listing.tpl.php.
16 * - $current_field: The named field being browsed. Provided here for context.
17 * The above example would result in "last_name". An alternate template name
18 * is also based on this, e.g., "profile-wrapper-last_name.tpl.php".
19 *
20 * @see template_preprocess_profile_wrapper()
21 */
22 ?>
23 <div id="profile">
24 <?php print $content; ?>
25 </div>

  ViewVC Help
Powered by ViewVC 1.1.2