Changeset 208
- Timestamp:
- 07/04/06 17:12:51 (2 years ago)
- Files:
-
- trunk/public_html/videos.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/public_html/videos.php
r206 r208 1 1 <? 2 2 include_once('akarru.lib/common.php'); 3 include_once('common_elements.php'); 3 4 $memes = new memes($bm_db, $bm_user, $bm_promo_level); 4 5 $data = $memes->get_video_memes($bm_page, ''); … … 16 17 $smarty->assign('content', 'memes_grid'); 17 18 $smarty->assign('content_feed_link', $bm_main_feeds); 18 $smarty->assign('show_ads', true);19 $smarty->assign('show_ads', showGGAds()); 19 20 echo $smarty->fetch('master_page.tpl'); 20 21 ?>
