コード例 #1
0
ファイル: init.php プロジェクト: lyrasoft/lyrasoft.github.io
<?php

/**
 * Part of ihealth project. 
 *
 * @copyright  Copyright (C) 2011 - 2014 SMS Taiwan, Inc. All rights reserved.
 * @license    GNU General Public License version 2 or later; see LICENSE
 */
JLoader::registerNamespace('Astra', __DIR__);
JLoader::registerNamespace('TplLyrasoft', __DIR__);
return \TplLyrasoft\LyrasoftTemplate::getInstance()->init($this, $this->params);
コード例 #2
0
ファイル: index.php プロジェクト: lyrasoft/lyrasoft.github.io
<?php

/**
 * Part of ihealth project. 
 *
 * @copyright  Copyright (C) 2011 - 2014 SMS Taiwan, Inc. All rights reserved.
 * @license    GNU General Public License version 2 or later; see LICENSE
 */
$tpl = \TplLyrasoft\LyrasoftTemplate::getInstance();
$document = $tpl->getTemplate();
$layout = $displayData['layout'];
?>
<div id="outer-wrap">

	<header>
		<nav class="navbar navbar-inverse navbar-fixed-top">
			<div class="navbar-inner">
				<div class="container">

					<div class="navbar-header">
						<a class="navbar-brand" href="<?php 
echo JUri::root();
?>
">
							LYRASOFT
							<!--						<img src="--><?php 
//echo $tpl::getPath('images/logo-white-subtitle.png');
?>
<!--" alt="LYRASOFT" />-->
						</a>