function sweaverEditor::sweaver_public_path in Sweaver 7
Return public path helper function.
1 call to sweaverEditor::sweaver_public_path()
- sweaverEditor::testFrontendEditor in tests/
sweaver.editor.test - Test frontend editor.
File
- tests/
sweaver.editor.test, line 41 - Basic tests for sweaver frontend editor.
Class
- sweaverEditor
- @file Basic tests for sweaver frontend editor.
Code
function sweaver_public_path() {
return variable_get('file_public_path', conf_path() . '/files');
}