summaryrefslogtreecommitdiff
path: root/modules/mod_user_image_galleries.tpl
blob: 34874681167ba14b0b39b05bde0cac908faaf573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{* $Header: /cvsroot/bitweaver/_bit_users/modules/Attic/mod_user_image_galleries.tpl,v 1.2 2005/07/17 17:36:44 squareing Exp $ *}
{if $user}
	{if $gBitSystem->isFeatureActive( 'feature_galleries' )}
		{bitmodule title="$moduleTitle" name="user_image_galleries"}
			<table class="module box">
				{section name=ix loop=$modUserG}
					<tr>
						{if $nonums != 'y'}
							<td valign="top">{$smarty.section.ix.index_next})</td>
						{/if}
						<td>
							<a href="{$gBitLoc.IMAGEGALS_PKG_URL}browse_gallery.php?gallery_id={$modUserG[ix].gallery_id}">{$modUserG[ix].name}</a>
						</td>
					</tr>
				{/section}
			</table>
		{/bitmodule}
	{/if}
{/if}