Changeset 208

Show
Ignore:
Timestamp:
07/04/06 17:12:51 (2 years ago)
Author:
lekeno
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/public_html/videos.php

    r206 r208  
    11<? 
    22  include_once('akarru.lib/common.php'); 
     3  include_once('common_elements.php'); 
    34  $memes = new memes($bm_db, $bm_user, $bm_promo_level); 
    45  $data = $memes->get_video_memes($bm_page, ''); 
     
    1617  $smarty->assign('content', 'memes_grid'); 
    1718  $smarty->assign('content_feed_link', $bm_main_feeds); 
    18   $smarty->assign('show_ads', true); 
     19  $smarty->assign('show_ads', showGGAds()); 
    1920  echo $smarty->fetch('master_page.tpl'); 
    2021?>