[Comoblog-commit] modules/mod_adsense index.php,NONE,1.1 mod_adsense.php,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-11-27 19:40:39
|
Update of /cvsroot/comoblog/modules/mod_adsense In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7033/mod_adsense Added Files: index.php mod_adsense.php Log Message: initial add, just to make sure ive got the hang of it. mod_adsense displays a random thumbmail image and links it to the relevant post. had loads of trouble getting this to commit, so i still need to double check its all here --- NEW FILE: mod_adsense.php --- <?php $mod_contents = unhtmlentities(CFG_GOOGLE_ADSENSE); ?> --- NEW FILE: index.php --- |