block-wide right
{article current-everything-but-entry}{introtext}{/article}
{module full calendar fp block}
{module Today Calendar}
{module Today Calendar Recurring Events}
{module Today Music Recurring}
{module Today Dances Recurring}
{source}
<?php
$title = “Interviews”;
$category_name = “Interviews”;
$category_name_one = “Interview”;
$cat_alias = “interviews”;
$cat_id = 117;
$link_prfx = “/features/interviews”;
$parent_id = 0;
$snippet = “snippet “;
echo “{” .”$snippet front-page-block |$title|category_name=$category_name&category_name_one=$category_name_one&cat_alias=$cat_alias&cat_id=$cat_id&link_prfx=$link_prfx&parent_id=$parent_id}”;
$text = JHtml::_(‘content.prepare’, $text);
?>
{/source}
{module video front page block}
{source}
<?php
$title = “Upcoming Concerts”;
$category_name = “Upcoming Concerts”;
$category_name_one = “Upcoming Concert”;
$cat_alias = “upcoming-concerts”;
$cat_id = 2263;
$parent_id = ”;
$link_prfx = “/upcoming-concerts”;
$snippet = “snippet “;
echo “{” .”$snippet front-page-block |$title|category_name=$category_name&category_name_one=$category_name_one&cat_alias=$cat_alias&cat_id=$cat_id&link_prfx=$link_prfx&parent_id=$parent_id}”;
$text = JHtml::_(‘content.prepare’, $text);
?>
{/source}