Forums
(@solidad29)
12 years, 2 months ago
In case people wondering …
base_url() is a function I created.
function base_url($url) { return get_bloginfo('template_url').'/'.$url; }