<!-- SWITCH CODE BASED ON BLOG ID -->
<?php $get_blog_id = $GLOBALS['blog_id'];
if ($get_blog_id == 1) {?>
Do this for blog ID 1
<?php } elseif ($get_blog_id == 4) { ?>
Do this for blog ID 4
<?php } else { ?>
Do this as a default.
<?php }?>
<!-- end CODE HOMEPAGE BASED ON BLOG ID -->
There are currently 1 users browsing this thread. (0 members and 1 guests)