<?php
if (user_is_logged_in()) {
$link = 'node/add/channel-media';
$attr = array('attributes' => array('title'=>t('Create a Channel')), 'html' => true);
} else {
$link = 'user';
$attr = array('attributes' => array('title'=>t('Join IsumaTV')), 'html' => true);
}
?>
IsumaTV is a free service where indigenous people and organizations can create t… Read more