[Phpcms-plugins-cvs] admin4phpCMS/modules/layout/templates framework.tpl,1.2,1.3
Brought to you by:
mjahn
From: Martin J. <mj...@us...> - 2005-05-20 05:54:20
|
Update of /cvsroot/phpcms-plugins/admin4phpCMS/modules/layout/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14729/modules/layout/templates Modified Files: framework.tpl Log Message: last step for module_phpcms Index: framework.tpl =================================================================== RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/modules/layout/templates/framework.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- framework.tpl 15 Apr 2005 15:20:06 -0000 1.2 +++ framework.tpl 20 May 2005 05:54:06 -0000 1.3 @@ -1,9 +1,10 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"> +{config_load file="`$MODULE_PATH`/layout/module_layout_`$LANG`.lng" scope="global"}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$LANG}" lang="{$LANG}"> <head> - <title>Verwaltungsoberfläche</title> + <title>{#framework_title#}</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <meta name="description" content="Administrationsoberfläche von phpCMS" /> + <meta name="description" content="{#framework_meta_description#}" /> <meta name="robots" content="noindex,nofollow" /> <meta name="author" content="Martin Jahn" /> <meta name="language" content="de" /> @@ -13,11 +14,11 @@ </head> <body> <div id="menu"> - <a href="http://phpcms.de/" title="Website des phpCMS-Projekts"><img src="modules/layout/img/phpcms.png" width="181" height="60" alt="" title="phpCMS-Logo" /></a> + <a href="http://phpcms.de/" title="{#framework_title_logo#}"><img src="modules/layout/img/phpcms.png" width="181" height="60" alt="" title="{#framework_logo#}" /></a> {include file="framework.menu.tpl"} {include file="framework.status.tpl"} <p> - © 2005 Alle Rechte bei <a href="http://sourceforge.net/projects/phpcms-plugins/" title="Website des Projektes phpCMS-plugins auf SourceForge.net">phpCMS-Plugin-Team</a> + {#framework_copyright#} </p> </div> <div id="content"> |