I've noticed a small typo in wetkit_omega/preprocess/system/page.preprocess.inc - line 118, missing the forward slash.

        $variables['logo_svg'] = libraries_get_path('wet-boew', TRUE) . 'dist/theme-gcwu-intranet/images/sig-blk-fra.svg';

It should be:

        $variables['logo_svg'] = libraries_get_path('wet-boew', TRUE) . '/dist/theme-gcwu-intranet/images/sig-blk-fra.svg';

Comments

sylus’s picture

Status: Active » Fixed

Thank you so much for the catch!

Committed: http://drupalcode.org/project/wetkit_omega.git/commit/f35117e

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.