#69: Extends with absolute path?
Issue revisions
- new by strato1986 at 2010-A-28 2:56
- closed by Jordi Boggiano at 2011-F-15 0:22
| Type | |
|---|---|
| State | |
| Priority | |
| Resolution | |
| Assigned to | Nobody |
| Scheduled for | |
| Affected versions | 1.1.1 |
| Affected components | Plugins |
| Last change | Tuesday 15 February 2011 00:22:48 UTC by Jordi Boggiano |
Jordi Boggiano at Saturday 8 May 2010 18:28:23 UTC
The template path shouldn't be related to the URL? I'm not familiar with CodeIgniter so I'm not sure what you mean here, but template paths for {extends} should be relative to the template that contains the {extends} call.
For example:
a/foo.tpl
b/bar.tpl
foo.tpl contains: {extends "../b/bar.tpl"}
If this does not work can you provide more details or create an archive of all the directories/templates involved and attach it to the issue?