Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Search found 4 matches
Smarty Forum Index
Author Message
  Topic: Template Inheritance - Variable Scope
M7md

Replies: 6
Views: 11239

PostForum: Bugs   Posted: Wed Mar 25, 2015 7:30 am   Subject: Template Inheritance - Variable Scope
I can't reproduce your problem.

In your first code example you load index.tpl from a theme subfolder. {extends 'layout.tpl'} will load layout.tpl from the template root folder. So ar you sure that ...
  Topic: Template Inheritance - Variable Scope
M7md

Replies: 6
Views: 11239

PostForum: Bugs   Posted: Wed Mar 25, 2015 7:23 am   Subject: Template Inheritance - Variable Scope
I can't reproduce your problem.

In your first code example you load index.tpl from a theme subfolder. {extends 'layout.tpl'} will load layout.tpl from the template root folder. So ar you sure that ...
  Topic: Template Inheritance - Variable Scope
M7md

Replies: 6
Views: 11239

PostForum: Bugs   Posted: Tue Mar 24, 2015 5:04 pm   Subject: Template Inheritance - Variable Scope
Example:

Layout.tpl
<!DOCTYPE html>
<html>
<head>
<title>{$pageName}</title>
</head>
<body>
{block name=pageContent}{/blo ...
  Topic: Template Inheritance - Variable Scope
M7md

Replies: 6
Views: 11239

PostForum: Bugs   Posted: Tue Mar 24, 2015 12:39 pm   Subject: Template Inheritance - Variable Scope
I'm not sure if this has come up before, but I search the forums and search engines with no results.

I'm creating a template for my billing software, and wanted to use Smarty 3 functionality by add ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP