本文整理汇总了PHP中smarty_function_cms_selflink函数的典型用法代码示例。如果您正苦于以下问题:PHP smarty_function_cms_selflink函数的具体用法?PHP smarty_function_cms_selflink怎么用?PHP smarty_function_cms_selflink使用的例子?那么, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了smarty_function_cms_selflink函数的10个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: content_5256a4f4d610b1_12248074
function content_5256a4f4d610b1_12248074($_smarty_tpl)
{
if (!is_callable('smarty_function_cms_selflink')) {
include '/homepages/26/d480780604/htdocs/plugins/function.cms_selflink.php';
}
?>
<p>The Menu Manager has already been explained on the How CMSMS Works » <?php
echo smarty_function_cms_selflink(array('page' => 'menu-manager', 'text' => 'Menu Manager'), $_smarty_tpl);
?>
page. It is a very powerful module that can be used for any kind of navigation system on your web site.</p><?php
}
开发者ID:Alexkuva,项目名称:Beaupotager,代码行数:11,代码来源:40content_en^62e936251e4799749e89fa9828a0ee7332eb5816.content.content_en.php
示例2: content_52582521066774_24561440
function content_52582521066774_24561440($_smarty_tpl)
{
if (!is_callable('smarty_function_cms_selflink')) {
include '/homepages/26/d480780604/htdocs/plugins/function.cms_selflink.php';
}
?>
<p>The Theme Manager module allows you to import and export templates and their attached stylesheets, including any images they use, as "themes". This allows you to share your look and feel with other CMSMS users.</p>
<p>It is very easy to convert any kind of template to be used with CMS Made Simple. Many templates like this have already been converted and can be installed using the Theme Manager, the CMSMS community also shares themes for anyone to download and use at the <?php
echo smarty_function_cms_selflink(array('ext' => 'http://themes.cmsmadesimple.org', 'text' => 'CMSMS Themes site', 'target' => "_blank"), $_smarty_tpl);
?>
.</p><?php
}
开发者ID:Alexkuva,项目名称:Beaupotager,代码行数:12,代码来源:41content_en^62e936251e4799749e89fa9828a0ee7332eb5816.content.content_en.php
示例3: content_51f3bfcf2e2961_23522502
function content_51f3bfcf2e2961_23522502($_smarty_tpl)
{
if (!is_callable('smarty_function_cms_selflink')) {
include '/homepages/26/d480780604/htdocs/plugins/function.cms_selflink.php';
}
?>
<p><strong>Vous rêvez d'un petit potager ?</strong></p>
<p><strong>Comment</strong> s'y prendre, par quoi commencer ?</p>
<p><strong>Qui</strong> peut vous aider au quotidien pour vous donner les bons "tuyaux", par une hot line accessible en journée par téléphone ou mail ?</p>
<p>Nous livrons et nous installons <strong>ce dont vous avez besoin</strong>, nous suivons votre progression, semaine après semaine.</p>
<p><strong><em>la suite ici :</em></strong></p>
<p><strong><em><a href="<?php
echo smarty_function_cms_selflink(array('href' => 'default-extensions'), $_smarty_tpl);
?>
">Contactez-nous</a></em></strong></p>
<p> </p><?php
}
开发者ID:Alexkuva,项目名称:Beaupotager,代码行数:17,代码来源:19content_en^62e936251e4799749e89fa9828a0ee7332eb5816.content.content_en.php
示例4: content_51f3ccc9d07023_24602321
function content_51f3ccc9d07023_24602321($_smarty_tpl)
{
if (!is_callable('smarty_function_cms_selflink')) {
include '/homepages/26/d480780604/htdocs/plugins/function.cms_selflink.php';
}
?>
<p><strong><br /></strong></p>
<p><strong>VOCATION</strong></p>
<p><strong>Accompagner</strong> chacun vers la réussite d'un petit potager Urbain</p>
<p><strong><br /></strong></p>
<p><strong>OFFRE<br /></strong></p>
<p><strong>Proposer un Kit complet de jardin potager avec une assistance dans le temps</strong> : avec des bacs, carrés bois, sacs géotextiles, avec une installation in situ, et avec des personnes formées à l'agronomie, tout en étant en lien avec des designers. <em><strong>(en savoir plus)</strong></em></p>
<p><strong>Offrir une garantie minimum</strong> à tout un chacun pour une réussite mesurable.</p>
<p>Contact :<a href="<?php
echo smarty_function_cms_selflink(array('href' => 'default-extensions'), $_smarty_tpl);
?>
">Contactez-nous</a></p>
<p> </p><?php
}
开发者ID:Alexkuva,项目名称:Beaupotager,代码行数:19,代码来源:34content_en^62e936251e4799749e89fa9828a0ee7332eb5816.content.content_en.php
示例5: content_51f3dccd330343_74916793
function content_51f3dccd330343_74916793($_smarty_tpl)
{
if (!is_callable('smarty_cms_function_cms_stylesheet')) {
include '/homepages/26/d480780604/htdocs/plugins/function.cms_stylesheet.php';
}
if (!is_callable('smarty_function_global_content')) {
include '/homepages/26/d480780604/htdocs/plugins/function.global_content.php';
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php
if (empty($_smarty_tpl->tpl_vars['lang']->value)) {
?>
en<?php
} else {
echo $_smarty_tpl->tpl_vars['lang']->value;
}
?>
" >
<head>
<title> - <?php
if (isset($_smarty_tpl->tpl_vars['newstitle']->value)) {
echo $_smarty_tpl->tpl_vars['newstitle']->value;
} else {
}
?>
</title>
<?php
echo smarty_cms_function_cms_stylesheet(array(), $_smarty_tpl);
?>
<?php
echo smarty_function_cms_selflink(array('dir' => 'prev', 'rellink' => 1), $_smarty_tpl);
?>
<?php
echo smarty_function_cms_selflink(array('dir' => 'next', 'rellink' => 1), $_smarty_tpl);
?>
<!-- JAVASCRIPT CALLS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="/uploads/tpl-buddy-001/jquery.cycle.all.js" type="text/javascript"></script>
<script src="/uploads/tpl-buddy-001/init.js" type="text/javascript"></script>
<!-- END JS CALLS -->
<!--[if IE 7]>
<style type="text/css">
#mainNav {margin:-60px 0 0;}
</style>
<![endif]-->
<!--[if lte IE 8]>
<style type="text/css">
#search input {padding: 8px 0 0;height:26px;}
</style>
<![endif]-->
</head>
<body>
<a id="top"></a>
<!-- TEMPLATE BLOCKS -->
<?php
if (empty($_smarty_tpl->tpl_vars['display_slider']->value)) {
if (isset($_smarty_tpl->tpl_vars["display_slider"])) {
$_smarty_tpl->tpl_vars["display_slider"] = clone $_smarty_tpl->tpl_vars["display_slider"];
$_smarty_tpl->tpl_vars["display_slider"]->value = "-";
$_smarty_tpl->tpl_vars["display_slider"]->nocache = null;
$_smarty_tpl->tpl_vars["display_slider"]->scope = 0;
} else {
$_smarty_tpl->tpl_vars["display_slider"] = new Smarty_variable("-", null, 0);
}
}
?>
<?php
$_smarty_tpl->_capture_stack[0][] = array('default', "galleryfolder", null);
ob_start();
list($_capture_buffer, $_capture_assign, $_capture_append) = array_pop($_smarty_tpl->_capture_stack[0]);
if (!empty($_capture_buffer)) {
if (isset($_capture_assign)) {
$_smarty_tpl->assign($_capture_assign, ob_get_contents());
}
if (isset($_capture_append)) {
$_smarty_tpl->append($_capture_append, ob_get_contents());
}
Smarty::$_smarty_vars['capture'][$_capture_buffer] = ob_get_clean();
} else {
$_smarty_tpl->capture_error();
}
//.........这里部分代码省略.........
开发者ID:Alexkuva,项目名称:Beaupotager,代码行数:101,代码来源:parser1374936269^92a32c5fcb9e764779b9c12ad66b2e6d540dbbd1.template.24.php
示例6: content_56b3277d7604d2_98777959
function content_56b3277d7604d2_98777959($_smarty_tpl)
{
if (!is_callable('smarty_function_title')) {
include 'C:\\xampp\\htdocs\\projects\\usse\\plugins\\function.title.php';
}
if (!is_callable('smarty_function_sitename')) {
include 'C:\\xampp\\htdocs\\projects\\usse\\plugins\\function.sitename.php';
}
if (!is_callable('smarty_function_metadata')) {
include 'C:\\xampp\\htdocs\\projects\\usse\\plugins\\function.metadata.php';
}
if (!is_callable('smarty_cms_function_cms_stylesheet')) {
include 'C:\\xampp\\htdocs\\projects\\usse\\plugins\\function.cms_stylesheet.php';
}
if (!is_callable('smarty_function_cms_selflink')) {
include 'C:\\xampp\\htdocs\\projects\\usse\\plugins\\function.cms_selflink.php';
}
?>
<head>
<?php
if (isset($_smarty_tpl->tpl_vars['canonical']->value)) {
?>
<link rel="canonical" href="<?php
echo $_smarty_tpl->tpl_vars['canonical']->value;
?>
" /><?php
} elseif (isset($_smarty_tpl->tpl_vars['content_obj']->value)) {
?>
<link rel="canonical" href="<?php
echo $_smarty_tpl->tpl_vars['content_obj']->value->GetURL();
?>
" /><?php
}
?>
<title><?php
echo smarty_function_title(array(), $_smarty_tpl);
?>
| <?php
echo smarty_function_sitename(array(), $_smarty_tpl);
?>
</title>
<?php
echo smarty_function_metadata(array(), $_smarty_tpl);
?>
<?php
echo smarty_cms_function_cms_stylesheet(array(), $_smarty_tpl);
?>
<?php
echo smarty_function_cms_selflink(array('dir' => "start", 'rellink' => 1), $_smarty_tpl);
?>
<?php
echo smarty_function_cms_selflink(array('dir' => "prev", 'rellink' => 1), $_smarty_tpl);
?>
<?php
echo smarty_function_cms_selflink(array('dir' => "next", 'rellink' => 1), $_smarty_tpl);
?>
<!--[if IE 6]>
<script type="text/javascript" src="modules/MenuManager/CSSMenu.js"></script>
<![endif]-->
<!--[if IE 6]>
<script type="text/javascript" src="uploads/NCleanBlue/js/ie6fix.js"></script>
<script type="text/javascript">
// argument is a CSS selector
DD_belatedPNG.fix('.sbar-top,.sbar-bottom,.main-top,.main-bottom,#version');
</script>
<style type="text/css">
/* enable background image caching in IE6 */
html {filter:expression(document.execCommand("BackgroundImageCache", false, true));}
</style>
<![endif]-->
</head><?php
}
示例7: content_51f3bfcf854621_40671827
function content_51f3bfcf854621_40671827($_smarty_tpl)
{
if (!is_callable('smarty_function_sitename')) {
include '/homepages/26/d480780604/htdocs/plugins/function.sitename.php';
}
if (!is_callable('smarty_function_title')) {
include '/homepages/26/d480780604/htdocs/plugins/function.title.php';
}
if (!is_callable('smarty_function_metadata')) {
include '/homepages/26/d480780604/htdocs/plugins/function.metadata.php';
}
if (!is_callable('smarty_cms_function_cms_stylesheet')) {
include '/homepages/26/d480780604/htdocs/plugins/function.cms_stylesheet.php';
}
if (!is_callable('smarty_function_cms_selflink')) {
include '/homepages/26/d480780604/htdocs/plugins/function.cms_selflink.php';
}
?>
<head>
<title><?php
echo smarty_function_sitename(array(), $_smarty_tpl);
?>
- <?php
if (isset($_smarty_tpl->tpl_vars['newstitle']->value)) {
echo $_smarty_tpl->tpl_vars['newstitle']->value;
} else {
echo smarty_function_title(array(), $_smarty_tpl);
}
?>
</title>
<?php
echo smarty_function_metadata(array(), $_smarty_tpl);
?>
<?php
echo smarty_cms_function_cms_stylesheet(array(), $_smarty_tpl);
?>
<?php
echo smarty_function_cms_selflink(array('dir' => 'start', 'rellink' => 1), $_smarty_tpl);
?>
<?php
echo smarty_function_cms_selflink(array('dir' => 'prev', 'rellink' => 1), $_smarty_tpl);
?>
<?php
echo smarty_function_cms_selflink(array('dir' => 'next', 'rellink' => 1), $_smarty_tpl);
?>
<!-- JAVASCRIPT CALLS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="/uploads/tpl-buddy-001/jquery.cycle.all.js" type="text/javascript"></script>
<script src="/uploads/tpl-buddy-001/init.js" type="text/javascript"></script>
<!-- END JS CALLS -->
<!--[if IE 7]>
<style type="text/css">
#mainNav {margin:-60px 0 0;}
</style>
<![endif]-->
<!--[if lte IE 8]>
<style type="text/css">
#search input {padding: 8px 0 0;height:26px;}
</style>
<![endif]-->
</head><?php
}
开发者ID:Alexkuva,项目名称:Beaupotager,代码行数:77,代码来源:931e1e9eac676a7613090088c9d8b4df6c1f1c50.tpl_head.24.php
示例8: content_56b328666a8544_50817537
function content_56b328666a8544_50817537($_smarty_tpl)
{
if (!is_callable('smarty_function_global_content')) {
include 'C:\\xampp\\htdocs\\projects\\usse\\plugins\\function.global_content.php';
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<?php
if (isset($_smarty_tpl->tpl_vars['canonical']->value)) {
?>
<link rel="canonical" href="<?php
echo $_smarty_tpl->tpl_vars['canonical']->value;
?>
" /><?php
} elseif (isset($_smarty_tpl->tpl_vars['content_obj']->value)) {
?>
<link rel="canonical" href="<?php
echo $_smarty_tpl->tpl_vars['content_obj']->value->GetURL();
?>
" /><?php
}
?>
<title> | </title>
<?php
echo smarty_function_cms_selflink(array('dir' => "prev", 'rellink' => 1), $_smarty_tpl);
?>
<?php
echo smarty_function_cms_selflink(array('dir' => "next", 'rellink' => 1), $_smarty_tpl);
?>
<!--[if IE 6]>
<script type="text/javascript" src="modules/MenuManager/CSSMenu.js"></script>
<![endif]-->
<!--[if IE 6]>
<script type="text/javascript" src="uploads/NCleanBlue/js/ie6fix.js"></script>
<script type="text/javascript">
// argument is a CSS selector
DD_belatedPNG.fix('.sbar-top,.sbar-bottom,.main-top,.main-bottom,#version');
</script>
<style type="text/css">
/* enable background image caching in IE6 */
html {filter:expression(document.execCommand("BackgroundImageCache", false, true));}
</style>
<![endif]-->
</head>
<body>
<div id="ncleanblue">
<div id="pagewrapper" class="core-wrap-960 core-center">
<ul class="accessibility">
<li></li>
<li><?php
echo smarty_function_anchor(array('anchor' => 'main', 'title' => 'Skip to content', 'accesskey' => 's', 'text' => 'Skip to content'), $_smarty_tpl);
?>
</li>
</ul>
<hr class="accessibility" />
<div id="header" class="util-clearfix">
<div id="logo" class="core-float-left">
<?php
echo smarty_function_cms_selflink(array('dir' => "start", 'text' => (string) $_smarty_tpl->tpl_vars['sitename']->value), $_smarty_tpl);
?>
</div>
<div id="search" class="core-float-right">
</div>
//.........这里部分代码省略.........
开发者ID:RTR-ITF,项目名称:usse-cms,代码行数:101,代码来源:parser1454581862^1b864ad7ed6372e95e393299471aba4ba4fe4e21.template.22.php
示例9: content_52637d79814660_28422675
function content_52637d79814660_28422675($_smarty_tpl)
{
if (!is_callable('smarty_function_cms_selflink')) {
include '/homepages/26/d480780604/htdocs/plugins/function.cms_selflink.php';
}
if (!is_callable('smarty_cms_function_current_date')) {
include '/homepages/26/d480780604/htdocs/plugins/function.current_date.php';
}
if (!is_callable('smarty_function_menu_text')) {
include '/homepages/26/d480780604/htdocs/plugins/function.menu_text.php';
}
if (!is_callable('smarty_function_modified_date')) {
include '/homepages/26/d480780604/htdocs/plugins/function.modified_date.php';
}
if (!is_callable('smarty_function_site_mapper')) {
include '/homepages/26/d480780604/htdocs/plugins/function.site_mapper.php';
}
if (!is_callable('smarty_function_valid_xhtml')) {
include '/homepages/26/d480780604/htdocs/plugins/function.valid_xhtml.php';
}
?>
<p>There are plenty of tags included with the CMSMS core. Some of them are demonstrated here, for any questions as to the parameters they can take or anything else please see the Tags Help.</p>
<h3>{anchor}</h3>
<dl> <dt>Syntax used</dt> <dd><code>{anchor anchor='here' text='Scroll Down' class='myclass' title='mytitle' tabindex='1' accesskey='s'}</code></dd> <dt>Display</dt> <dd>Creates a link to an anchor on the same page. Used for example for the ^Top link at the bottom of this page.</dd> </dl>
<h3>{cms_breadcrumbs}</h3>
<dl> <dt>Syntax used</dt> <dd><code>{cms_breadcrumbs root='Home'}</code></dd> <dt>Display</dt> <dd>Breadcrumbs are a navigational technique displaying all visited pages leading from the home page to the currently viewed page. You find it under the header on this page.</dd></dl>
<h3>{cms_module}</h3>
<dl> <dt>Syntax used</dt> <dd><code>{cms_module module='somemodulename' param1='something' param2=true}</code></dd> <dt>Display</dt> <dd>This tag is used to insert modules into your templates and pages. Used for any module that you download. In the default templates, wrapper tags are used for inserting modules though. That is, a tag is made to insert a cms_module tag.</dd> </dl>
<h3>{cms_selflink}</h3>
<dl> <dt>Syntax used</dt> <dd><code>{cms_selflink page="1"}</code> or <code>{cms_selflink page="alias"}</code></dd> <dt>Display</dt> <dd>Creates a link to another CMSMS content page inside your template or content. Can also be used for external links with the ext parameter. </dd> <dt>Example</dt> <dd><?php
echo smarty_function_cms_selflink(array('page' => 'modules', 'text' => 'Link to the modules page'), $_smarty_tpl);
?>
</dd> <dd><?php
echo smarty_function_cms_selflink(array('ext' => 'http://www.cmsmadesimple.org', 'text' => 'This is an external link to the CMS Made Simple website'), $_smarty_tpl);
?>
</dd> </dl>
<h3>{cms_version}</h3>
<dl> <dt>Syntax used</dt> <dd><code>{cms_version}</code></dd> <dt>Display</dt> <dd>Displays current version number of CMS Made Simple. </dd> <dt>Example</dt> <dd>See the footer on this page.</dd> </dl>
<h3>{cms_versionname}</h3>
<dl> <dt>Syntax used</dt> <dd><code>{cms_versionname}</code></dd> <dt>Display</dt> <dd>Displays current version name of CMS Made Simple. </dd> <dt>Example</dt> <dd>See the footer on this page.</dd> </dl>
<h3>{current_date}</h3>
<dl> <dt>Syntax used</dt> <dd><code>{current_date format="%A %d-%b-%y %T %Z"}</code></dd> <dt>Display</dt> <dd>Prints the current date and time.</dd> <dt>Example</dt> <dd><?php
echo smarty_cms_function_current_date(array('format' => "%A %d-%b-%y %T %Z"), $_smarty_tpl);
?>
</dd> </dl>
<h3>{embed}</h3>
<dl> <dt>Syntax used</dt> <dd><code>{embed url="http://www.cmsmadesimple.org"}</code></dd> <dt>Display</dt> <dd>Enable inclusion (embeding) of any other application into the CMS. The most usual use could be a forum. </dd> </dl>
<h3>{global_content}</h3>
<dl> <dt>Syntax used</dt> <dd><code>{global_content name='footer'}</code></dd> <dt>Display</dt> <dd>Inserts a Global Content Block (previously known as HTML blob) into your template or page. The code for the footer of this page is in a Global Content Block. </dd> </dl>
<h3>{menu_text}</h3>
<dl> <dt>Syntax used</dt> <dd><code>{menu_text}</code></dd> <dt>Display</dt> <dd>Prints the menu text of the page.</dd> <dt>Example</dt> <dd><?php
echo smarty_function_menu_text(array(), $_smarty_tpl);
?>
</dd> </dl>
<h3>{modified_date}</h3>
<dl> <dt>Syntax used</dt> <dd><code>{modified_date format="%A %d-%b-%y %T %Z"}</code></dd> <dt>Display</dt> <dd>Prints the date and time the page was last modified. </dd> <dt>Example</dt> <dd><?php
echo smarty_function_modified_date(array('format' => "%A %d-%b-%y %T %Z"), $_smarty_tpl);
?>
</dd> </dl>
<h3>{print}</h3>
<dl> <dt>Syntax used</dt> <dd><code>{print}</code></dd> <dt>Display</dt> <dd>Creates a link to only the content of the page.</dd> <dt>Example</dt> <dd><?php
echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['print'][0][0]->_my_function_plugin(array(), $_smarty_tpl);
?>
</dd> </dl>
<h3>{site_mapper}</h3>
<dl> <dt>Syntax used</dt> <dd><code>{site_mapper}</code></dd> <dt>Display</dt> <dd>Prints out a sitemap.</dd> <dt>Example</dt> <dd><?php
echo smarty_function_site_mapper(array(), $_smarty_tpl);
?>
</dd> </dl>
<h3>{valid_xhtml}</h3>
<dl> <dt>Syntax used</dt> <dd><code>{valid_xhtml}</code></dd> <dt>Display</dt> <dd>Creates a link to the W3C HTML validation service.</dd> <dt>Example</dt> <dd><?php
echo smarty_function_valid_xhtml(array(), $_smarty_tpl);
?>
</dd> </dl><?php
}
开发者ID:Alexkuva,项目名称:Beaupotager,代码行数:75,代码来源:26content_en^62e936251e4799749e89fa9828a0ee7332eb5816.content.content_en.php
示例10: content_56b3277d0ac3f4_92884917
function content_56b3277d0ac3f4_92884917($_smarty_tpl)
{
if (!is_callable('smarty_function_anchor')) {
include 'C:\\xampp\\htdocs\\projects\\usse\\plugins\\function.anchor.php';
}
if (!is_callable('smarty_function_cms_selflink')) {
include 'C:\\xampp\\htdocs\\projects\\usse\\plugins\\function.cms_selflink.php';
}
if (!is_callable('Search::function_plugin')) {
include 'C:\\xampp\\htdocs\\projects\\usse\\plugins\\function.search.php';
}
if (!is_callable('smarty_function_cms_version')) {
include 'C:\\xampp\\htdocs\\projects\\usse\\plugins\\function.cms_version.php';
}
if (!is_callable('smarty_function_cms_versionname')) {
include 'C:\\xampp\\htdocs\\projects\\usse\\plugins\\function.cms_versionname.php';
}
if (!is_callable('News::function_plugin')) {
include 'C:\\xampp\\htdocs\\projects\\usse\\plugins\\function.news.php';
}
if (!is_callable('smarty_function_title')) {
include 'C:\\xampp\\htdocs\\projects\\usse\\plugins\\function.title.php';
}
if (!is_callable('smarty_function_global_content')) {
include 'C:\\xampp\\htdocs\\projects\\usse\\plugins\\function.global_content.php';
}
?>
<body>
<div id="ncleanblue">
<div id="pagewrapper" class="core-wrap-960 core-center">
<ul class="accessibility">
<li><?php
echo smarty_function_anchor(array('anchor' => 'menu_vert', 'title' => 'Skip to navigation', 'accesskey' => 'n', 'text' => 'Skip to navigation'), $_smarty_tpl);
?>
</li>
<li><?php
echo smarty_function_anchor(array('anchor' => 'main', 'title' => 'Skip to content', 'accesskey' => 's', 'text' => 'Skip to content'), $_smarty_tpl);
?>
</li>
</ul>
<hr class="accessibility" />
<div id="header" class="util-clearfix">
<div id="logo" class="core-float-left">
<?php
echo smarty_function_cms_selflink(array('dir' => "start", 'text' => (string) $_smarty_tpl->tpl_vars['sitename']->value), $_smarty_tpl);
?>
</div>
<div id="search" class="core-float-right">
<?php
echo Search::function_plugin(array('search_method' => "post"), $_smarty_tpl);
?>
</div>
<span class="util-clearb"> </span>
<h2 class="accessibility util-clearb">Navigation</h2>
<div class="page-menu util-clearfix">
<?php
echo MenuManager::function_plugin(array('loadprops' => 0, 'template' => 'cssmenu_ulshadow.tpl'), $_smarty_tpl);
?>
</div>
<hr class="accessibility util-clearb" />
</div>
<div id="content" class="util-clearfix">
<div title="CMS - <?php
echo smarty_function_cms_version(array(), $_smarty_tpl);
?>
- <?php
echo smarty_function_cms_versionname(array(), $_smarty_tpl);
?>
" id="version">
<?php
$_smarty_tpl->_capture_stack[0][] = array('default', 'cms_version', null);
ob_start();
ob_start();
echo smarty_function_cms_version(array(), $_smarty_tpl);
echo mb_strtolower(ob_get_clean(), 'UTF-8');
list($_capture_buffer, $_capture_assign, $_capture_append) = array_pop($_smarty_tpl->_capture_stack[0]);
if (!empty($_capture_buffer)) {
if (isset($_capture_assign)) {
//.........这里部分代码省略.........