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

jacine’s picture

Status: Active » Closed (fixed)

It's the same thing, but I see your point.

The changes have been committed to both 5/6 dev versions.

Thanks :)