function sweaverThemeSettings::sweaver_public_path in Sweaver 7
Return public path helper function.
5 calls to sweaverThemeSettings::sweaver_public_path()
- sweaverThemeSettings::assertCSSFiles in tests/
sweaver.themesettings.test - Asserts for css files.
- sweaverThemeSettings::assertLogoFavicon in tests/
sweaver.themesettings.test - Asserts for Logo & Favicon writes on file system.
- sweaverThemeSettings::buildStyleConfiguration in tests/
sweaver.themesettings.test - Build form, form_state values and copy files when necessary.
- sweaverThemeSettings::enableSweaverData in tests/
sweaver.themesettings.test - Enable sweaver plugins.
- sweaverThemeSettings::sweaver_filesdir_scan in tests/
sweaver.themesettings.test - Scan the files directory.
File
- tests/
sweaver.themesettings.test, line 57 - Advanced tests for sweaver editor + theme settings.
Class
- sweaverThemeSettings
- @file Advanced tests for sweaver editor + theme settings.
Code
function sweaver_public_path() {
return variable_get('file_public_path', conf_path() . '/files');
}