Beispiel #1
0
            ?>
						<div class="clearfix"></div>
					<?php 
        }
        ?>
    				<div class="copyright <?php 
        echo config::item('social_facebook', 'template') || config::item('social_linkedin', 'template') || config::item('social_skype', 'template') || config::item('social_twitter', 'template') || config::item('social_youtube', 'template') || config::item('social_rss', 'template') ? 'social' : 'single';
        ?>
">
						<?php 
        echo config::item('branding_text', 'system');
        ?>
					</div>
				<?php 
    }
    ?>
			</div>
		</footer>
	<?php 
}
?>
	<?php 
if (input::get('modal')) {
    view::includeJavascript('parent.$.colorbox.resize({innerHeight:$("body").height()});', 'footer');
}
?>
	<?php 
echo view::getJavascripts('footer');
?>
</body>
</html>
Beispiel #2
0
<html <?php 
echo input::isAjaxRequest() || input::get('modal') ? 'class="modal"' : '';
?>
>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title><?php 
echo view::getMetaTitle() ? view::getMetaTitle() . (uri::getURI() != '' ? ' - ' : '') : '';
echo uri::getURI() != '' ? text_helper::entities(config::item('site_title', 'system')) : '';
?>
</title>
<?php 
echo html_helper::style(html_helper::siteURL('load/css/' . session::item('template')));
echo view::getStylesheets();
echo html_helper::script(html_helper::siteURL('load/javascript'));
echo view::getJavascripts();
?>
<meta name="description" content="<?php 
echo view::getMetaDescription();
?>
" />
<meta name="keywords" content="<?php 
echo view::getMetaKeywords();
?>
" />
</head>
<body <?php 
echo input::isAjaxRequest() || input::get('modal') ? 'class="modal"' : '';
?>
>
	<?php 
Beispiel #3
0
				<?php 
        echo __('actions_none', 'timeline');
        ?>
			</article>

		</li>

	<?php 
    }
    ?>

<?php 
}
?>

<?php 
if (!input::post('post')) {
    ?>

	<?php 
    echo view::getStylesheets();
    ?>
	<?php 
    echo view::getJavascripts();
    ?>
	<?php 
    echo view::getJavascripts('manual');
    ?>

<?php 
}