From 8f8863330bca9803588753c7f6f1fb0b45e94e0e Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 4 Jan 2013 12:45:43 -0500 Subject: [PATCH] Updated comments. --- module/VuFind/src/VuFind/Theme/ResourceContainer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/VuFind/src/VuFind/Theme/ResourceContainer.php b/module/VuFind/src/VuFind/Theme/ResourceContainer.php index 9ddfc53a486..82a63aa11e5 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 */ -- GitLab