diff --git a/module/VuFind/src/VuFind/Theme/ResourceContainer.php b/module/VuFind/src/VuFind/Theme/ResourceContainer.php index 9ddfc53a48697e5c39b0b886bce503b4d3758419..82a63aa11e512405e8349c5e31007d1861292a17 100644 --- a/module/VuFind/src/VuFind/Theme/ResourceContainer.php +++ b/module/VuFind/src/VuFind/Theme/ResourceContainer.php @@ -47,7 +47,7 @@ class ResourceContainer * Add a CSS file. * * @param array|string $css CSS file (or array of CSS files) to add (possibly - * with extra settings from theme.ini appended to each filename string). + * with extra settings from theme config appended to each filename string). * * @return void */ @@ -65,7 +65,7 @@ class ResourceContainer * Add a Javascript file. * * @param array|string $js Javascript file (or array of files) to add (possibly - * with extra settings from theme.ini appended to each filename string). + * with extra settings from theme config appended to each filename string). * * @return void */