[limb-svn] r6829 - 3.x/examples/shop/template
svn at limb-project.com
svn at limb-project.com
Thu Mar 6 00:03:50 MSK 2008
Author: pachanga
Date: 2008-03-06 00:03:50 +0300 (Thu, 06 Mar 2008)
New Revision: 6829
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6829
Modified:
3.x/examples/shop/template/admin_page.phtml
3.x/examples/shop/template/page.phtml
Log:
-- fixing macro tag conflicts
Modified: 3.x/examples/shop/template/admin_page.phtml
===================================================================
--- 3.x/examples/shop/template/admin_page.phtml 2008-03-05 20:54:04 UTC (rev 6828)
+++ 3.x/examples/shop/template/admin_page.phtml 2008-03-05 21:03:50 UTC (rev 6829)
@@ -3,7 +3,7 @@
<html>
<head>
<base href="<?= LIMB_HTTP_BASE_PATH ?>"/>
- <title>{$#title} :: Limb shop example application on {{macro}}</title>
+ <title>{$#title} :: Limb shop example application on {{macro}}</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'/>
<link rel=stylesheet type="text/css" href="styles/main.css"/>
</head>
Modified: 3.x/examples/shop/template/page.phtml
===================================================================
--- 3.x/examples/shop/template/page.phtml 2008-03-05 20:54:04 UTC (rev 6828)
+++ 3.x/examples/shop/template/page.phtml 2008-03-05 21:03:50 UTC (rev 6829)
@@ -3,7 +3,7 @@
<html>
<head>
<base href="<?= LIMB_HTTP_BASE_PATH ?>" />
- <title>{$#title} :: Limb3 shop example application on {{macro}}</title>
+ <title>{$#title} :: Limb3 shop example application on {{macro}}</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'/>
<link rel=stylesheet type="text/css" href="styles/main.css"/>
</head>
More information about the limb-svn
mailing list