Update of /cvsroot/phpcms-plugins/admin4phpCMS/modules/layout/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20482/modules/layout/templates
Modified Files:
framework.tpl framework.data.tpl
Log Message:
Commit as backup during development
Index: framework.data.tpl
===================================================================
RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/modules/layout/templates/framework.data.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- framework.data.tpl 7 Apr 2005 14:09:11 -0000 1.1
+++ framework.data.tpl 15 Apr 2005 15:20:06 -0000 1.2
@@ -1,5 +1,4 @@
{foreach from=$data key=modulename item=moduledata}
-<!-- <p>Trying to include <q>/modules/{$modulename}/templates/module_{$modulename}.tpl</q></p>-->
{if (isset ($modulename))}
{include file="$INDEX_PATH/modules/$modulename/templates/module_$modulename.tpl"}
{/if}
Index: framework.tpl
===================================================================
RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/modules/layout/templates/framework.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- framework.tpl 7 Apr 2005 14:09:11 -0000 1.1
+++ framework.tpl 15 Apr 2005 15:20:06 -0000 1.2
@@ -13,9 +13,7 @@
</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="Website des phpCMS-Projekts"><img src="modules/layout/img/phpcms.png" width="181" height="60" alt="" title="phpCMS-Logo" /></a>
{include file="framework.menu.tpl"}
{include file="framework.status.tpl"}
<p>
|