Example #1
0
<?php

/**
 * @package Helios Calendar
 * @subpackage Default Theme
 */
if (!defined('isHC')) {
    exit(-1);
}
set_cat_cols(3);
get_header();
get_form_validation();
?>

</head>
<body id="top" itemscope itemtype="http://schema.org/WebPage">
	<a name="top"></a>
<?php 
$crumbs = array_merge(array(cal_url() . '/index.php?com=digest' => 'Home', cal_url() => 'Calendar'), $crmbAdd);
build_breadcrumb($crumbs);
?>
	
	<section>
		<?php 
get_form();
?>
	
	</section>

	<?php 
get_side();
Example #2
0
/**
 * @package Helios Calendar
 * @subpackage Default Mobile Theme
 */
if (!defined('isHC')) {
    exit(-1);
}
$active_tool = isset($_GET['t']) && is_numeric($_GET['t']) ? cIn(strip_tags($_GET['t'])) : 0;
/*	Add Tool Options
		$add_tools = array(10 => 'New Tool',11 => 'New Tool 2');*/
$add_tools = array();
$crmbAdd = tool_crumb($active_tool, $add_tools);
get_header();
get_tool_validation($active_tool);
//	Set Category Output to 3 Columns
set_cat_cols(2);
?>

</head>
<body>
	<?php 
my_menu(3);
?>
	
	<nav class="sub">
		<ul>
			<li>&nbsp;</li>
			<li><a href="<?php 
echo cal_url();
?>
/index.php?com=newsletter">Newsletter:</a></li>
Example #3
0
<?php

/**
 * @package Helios Calendar
 * @subpackage Default Theme
 */
if (!defined('isHC')) {
    exit(-1);
}
set_cat_cols(4);
$active_tool = isset($_GET['t']) && is_numeric($_GET['t']) ? cIn(strip_tags($_GET['t'])) : 0;
/*	Add Tool Options
		$add_tools = array(10 => 'New Tool',11 => 'New Tool 2');*/
$add_tools = array(10 => 'Internet Explorer 9 Jumplist', 11 => 'Opera Speed Dial Display');
$crmbAdd = tool_crumb($active_tool, $add_tools);
get_header();
get_tool_validation($active_tool);
?>

</head>
<body id="top" itemscope itemtype="http://schema.org/WebPage">
	<a name="top"></a>
<?php 
$crumbs = array_merge(array(cal_url() . '/index.php?com=digest' => 'Home', cal_url() => 'Calendar'), $crmbAdd);
build_breadcrumb($crumbs);
?>
	
	<section>
	<?php 
switch ($active_tool) {
    case 1: