Topic: pun_link() usage

In header.php, the JS include (line 115) uses $base_url instead of pun_link(). Is there any reason for this?

Re: pun_link() usage

Because there's no need for url rewrite support. The same applies to the css files.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: pun_link() usage

I think he meant using pun_link('include/js/common.js') as opposed to concatenating the path with base URL. Doing either would have the same effect, the difference is whether we want to mandate that people use pun_url for everything or only when rewriting.