Thomas Bruederli
2013-01-28 6782fe1fd7d3230350153ba307dd5d49b9670604
program/include/rcmail_output_html.php
@@ -215,7 +215,7 @@
     * @param string Additional path to search in
     * @return mixed Relative path to the requested file or False if not found
     */
    public function get_skin_file($file, &$skin_path, $add_path = null)
    public function get_skin_file($file, &$skin_path = null, $add_path = null)
    {
        $skin_paths = $this->skin_paths;
        if ($add_path)