Closed (fixed)
Project:
Sky
Version:
5.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2008 at 06:09 UTC
Updated:
4 Sep 2008 at 16:48 UTC
page.tpl.php
print base_path();
Suggest:
print $base_path;
When referring to base_path, the variable $base_path provided by phptemplate.engine, rather than function base_path(), might provide more customizebility.
Really nice theme!
Comments
Comment #1
jacineIt's the same thing, but I see your point.
The changes have been committed to both 5/6 dev versions.
Thanks :)