Refactor theme path helper functions.
authorJonathan Anderson <jonathan.anderson@ieee.org>
Fri, 19 Jun 2015 13:26:32 +0000 (10:56 -0230)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 25 Jun 2015 16:05:43 +0000 (18:05 +0200)
commit1058cb17d14ea404838e759ebe028e3ad992668a
tree1212045d4c4db655a7b8dff1c5f6978020840632
parent0987e98db368611ceae6e83f14bbf57b8330c110
Refactor theme path helper functions.

Reduce duplication (`x + FilePathSeparator + y` a few lines away from `filepath.Join(x, y)`) and add a `GetThemeDir()` function to get the current theme's directory.

Also add a comment complaining about the `GetThemesDirPath()` function, which doesn't seem to do what its name would suggest. This might be a candidate for deprecation?
helpers/path.go