当前位置: 首页>>代码示例>>PHP>>正文


PHP GWF_Website::setPageTitle方法代码示例

本文整理汇总了PHP中GWF_Website::setPageTitle方法的典型用法代码示例。如果您正苦于以下问题:PHP GWF_Website::setPageTitle方法的具体用法?PHP GWF_Website::setPageTitle怎么用?PHP GWF_Website::setPageTitle使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在GWF_Website的用法示例。


在下文中一共展示了GWF_Website::setPageTitle方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: templateEnsemble

 private function templateEnsemble()
 {
     $l = new GWF_LangTrans($this->module->getModuleFilePath('lang/ensemble'));
     GWF_Website::setPageTitle($l->lang('page_title'));
     $tVars = array('title' => $l->lang('title'), 'text' => $l->lang('text'), 'text2' => $l->lang('text2'), 'types' => $l->lang('types'), 'other' => $l->lang('other'), 't1' => $l->lang('t1'), 't2' => $l->lang('t2'), 'altimg1' => $l->lang('altimg1'), 'altimg2' => $l->lang('altimg2'));
     return $this->module->template('ensemble.tpl', $tVars);
 }
开发者ID:sinfocol,项目名称:gwf3,代码行数:7,代码来源:Ensemble.php

示例2: templatePresse

 private function templatePresse()
 {
     $l = new GWF_LangTrans($this->module->getModuleFilePath('lang/presse'));
     GWF_Website::setPageTitle($l->lang('page_title'));
     $tVars = array('title' => $l->lang('title'), 'subtitle' => $l->lang('subtitle'), 'text' => $l->lang('text'), 'altimg' => $l->lang('altimg'), 't1' => $l->lang('t1'), 't2' => $l->lang('t2'), 't3' => $l->lang('t3'), 't4' => $l->lang('t4'), 't5' => $l->lang('t5'));
     return $this->module->template('presse.tpl', $tVars);
 }
开发者ID:sinfocol,项目名称:gwf3,代码行数:7,代码来源:Presse.php

示例3: templateArrangements

 private function templateArrangements()
 {
     $l = new GWF_LangTrans($this->module->getModuleFilePath('lang/arrangements'));
     GWF_Website::setPageTitle($l->lang('page_title'));
     $tVars = array('title' => $l->lang('title'), 'h1' => $l->lang('h1'), 't1' => $l->lang('t1'), 'h2' => $l->lang('h2'), 't2' => $l->lang('t2'), 'h3' => $l->lang('h3'), 't3' => $l->lang('t3'), 'title2' => $l->lang('title2'), 'text2' => $l->lang('text2'));
     return $this->module->template('arrangements.tpl', $tVars);
 }
开发者ID:sinfocol,项目名称:gwf3,代码行数:7,代码来源:Arrangements.php

示例4: templateRepertoire

 private function templateRepertoire()
 {
     $l = new GWF_LangTrans($this->module->getModuleFilePath('lang/repertoire'));
     GWF_Website::setPageTitle($l->lang('page_title'));
     $tVars = array('text' => $l->lang('text'), 'rep' => $l->lang('repertoire'), 't1' => $l->lang('t1'), 'altimg' => $l->lang('altimg'));
     return $this->module->template('repertoire.tpl', $tVars);
 }
开发者ID:sinfocol,项目名称:gwf3,代码行数:7,代码来源:Repertoire.php

示例5: templateExklusiv

 private function templateExklusiv()
 {
     $l = new GWF_LangTrans($this->module->getModuleFilePath('lang/exklusiv'));
     GWF_Website::setPageTitle($l->lang('page_title'));
     $tVars = array('l' => $l);
     return $this->module->template('exklusiv.tpl', $tVars);
 }
开发者ID:sinfocol,项目名称:gwf3,代码行数:7,代码来源:Exklusiv.php

示例6: templateLicense

 private function templateLicense()
 {
     $lang = new GWF_LangTrans(GWF_CORE_PATH . 'module/WeChall/lang/tos/_wc_tos');
     GWF_Website::setPageTitle($lang->lang('pt_license'));
     $tVars = array('license' => $lang);
     return $this->module->templatePHP('license.php', $tVars);
 }
开发者ID:sinfocol,项目名称:gwf3,代码行数:7,代码来源:License.php

示例7: templateSponsoren

 private function templateSponsoren()
 {
     $l = new GWF_LangTrans($this->module->getModuleFilePath('lang/sponsoren'));
     GWF_Website::setPageTitle($l->lang('page_title'));
     $tVars = array('title' => $l->lang('title'), 'subtitle' => $l->lang('subtitle'));
     return $this->module->template('sponsoren.tpl', $tVars);
 }
开发者ID:sinfocol,项目名称:gwf3,代码行数:7,代码来源:Sponsoren.php

示例8: templateAdd

 private function templateAdd()
 {
     GWF_Website::setPageTitle($this->module->lang('ft_add'));
     $form = $this->getForm();
     $tVars = array('preview' => '', 'form' => $form->templateY($this->module->lang('ft_add')));
     return $this->module->templatePHP('add.php', $tVars);
 }
开发者ID:sinfocol,项目名称:gwf3,代码行数:7,代码来源:Add.php

示例9: templateAbout

 private function templateAbout()
 {
     $l = new GWF_LangTrans($this->module->getModuleFilePath('lang/about_meli'));
     GWF_Website::setPageTitle($l->lang('page_title'));
     $tVars = array('l' => $l);
     return $this->module->template('about_melanie.tpl', $tVars);
 }
开发者ID:sinfocol,项目名称:gwf3,代码行数:7,代码来源:AboutMelanie.php

示例10: templateBiography

 private function templateBiography()
 {
     $l = new GWF_LangTrans($this->module->getModuleFilePath('lang/biography'));
     GWF_Website::setPageTitle($l->lang('page_title'));
     $tVars = array('title' => $l->lang('title'), 'name' => $l->lang('name'), 'sopran' => $l->lang('sopran'), 'text' => $l->lang('text'), 't1' => $l->lang('t1'), 'altimg' => $l->lang('t1'));
     return $this->module->template('biography.tpl', $tVars);
 }
开发者ID:sinfocol,项目名称:gwf3,代码行数:7,代码来源:Biography.php

示例11: execute

 public function execute()
 {
     GWF_Website::setPageTitle($this->module->lang('pt_scorefaq'));
     GWF_Website::setMetaTags($this->module->lang('mt_scorefaq'));
     $tVars = array('scoring' => new GWF_LangTrans(GWF_CORE_PATH . 'module/WeChall/lang/scoring/_wc_scoring'));
     return $this->module->templatePHP('scoring_faq.php', $tVars);
 }
开发者ID:sinfocol,项目名称:gwf3,代码行数:7,代码来源:ScoringFAQ.php

示例12: execute

 public function execute()
 {
     GWF_Website::setPageTitle($this->module->lang('pt_main'));
     //		GWF_Website::setMetaTags($this->module->lang('mt_main'));
     //		GWF_Website::setMetaDescr($this->module->lang('md_main'));
     $tVars = array();
     return $this->module->templatePHP('main.php', $tVars);
 }
开发者ID:sinfocol,项目名称:gwf3,代码行数:8,代码来源:Main.php

示例13: execute

 public function execute()
 {
     $lang = new GWF_LangTrans(GWF_CORE_PATH . 'module/WeChall/lang/about/_wc_about');
     GWF_Website::setPageTitle($lang->lang('about_pagetitle'));
     GWF_Website::setMetaTags($lang->lang('about_meta'));
     $tVars = array('about_08' => $lang->lang('about_08'));
     return $this->module->template('about.tpl', $tVars);
 }
开发者ID:sinfocol,项目名称:gwf3,代码行数:8,代码来源:About.php

示例14: templateSearch

 public function templateSearch(array $matches, $term)
 {
     GWF_Website::setPageTitle($this->module->lang('pt_search'));
     GWF_Website::setMetaTags($this->module->lang('mt_search'));
     GWF_Website::setMetaDescr($this->module->lang('md_search'));
     $tVars = array('cloud' => $this->module->templateCloud(), 'matches' => $this->module->templateLinks($matches, '#', '', ''), 'form' => $this->templateQuickSearch(), 'term' => $term);
     return $this->module->templatePHP('search.php', $tVars);
 }
开发者ID:sinfocol,项目名称:gwf3,代码行数:8,代码来源:Search.php

示例15: templateOverview

 private function templateOverview()
 {
     GWF_Website::setPageTitle($this->module->lang('pt_pm'));
     $fname = $this->folder->urlencodeSEO('pmf_name');
     $hrefPage = GWF_WEB_ROOT . sprintf('pm/folder/%s/%s/by/%s/%s/page-%%PAGE%%', $this->fid, $fname, urlencode(Common::getGet('by')), urlencode(Common::getGet('dir')));
     $hrefSort = GWF_WEB_ROOT . 'pm/folder/' . $this->fid . '/' . $fname . '/by/%BY%/%DIR%/page-1';
     $tVars = array('folder' => $this->folder, 'folders' => $this->folderTable(), 'form_new_folder' => $this->getFormNewFolder()->templateX($this->module->lang('ft_new_folder')), 'pms' => $this->pms, 'pagemenu' => GWF_PageMenu::display($this->page, $this->nPages, $hrefPage), 'sort_url' => $hrefSort, 'new_pm' => $this->getNewPMForm(), 'href_options' => $this->module->getOptionsHREF(), 'href_search' => $this->module->getSearchHREF(), 'folder_select' => GWF_PMFolder::getSelectS($this->module, Common::getRequest('folders', '0')), 'form_action' => isset($_SERVER['REQUEST_URI']) ? GWF_HTML::display($_SERVER['REQUEST_URI']) : GWF_WEB_ROOT . 'pm', 'href_trashcan' => $this->module->getMethodURL('Trashcan&by=pm_date&dir=DESC'));
     return $this->module->templatePHP('overview.php', $tVars);
 }
开发者ID:sinfocol,项目名称:gwf3,代码行数:9,代码来源:Overview.php


注:本文中的GWF_Website::setPageTitle方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。