root/trunk/inc/metalbum.inc.php

Revision 26, 390 bytes (checked in by alexx, 7 years ago)

The 3st is the good :/ (Don't work the night !)

Line 
1<?
2include(INCLUDESPATH.'/metalbum.class.php');
3include(INCLUDESPATH.'/pager.inc.php');
4
5$_SMARTY['Title'] = 'Meta Album';
6
7$_SMARTY['user']['info'] = get_cache_user_info($url_id);
8$_SMARTY['user']['photo'] = build_image_url($url_id);
9
10$metalbumSet =& new MetalbumSet($db, $url_id);
11$_SMARTY['metalbumSet'] = $metalbumSet->albums;
12
13$_SMARTY['leftmenu']["/profile/$url_id"] = 'Profile';
14
15?>
Note: See TracBrowser for help on using the browser.