From 08c93116a5fae2942a1698176e2ae4a295f40a2c Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 10 Sep 2013 09:06:36 -0400 Subject: [PATCH] Fixed comments. --- module/VuFindTheme/src/VuFindTheme/InjectTemplateListener.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/VuFindTheme/src/VuFindTheme/InjectTemplateListener.php b/module/VuFindTheme/src/VuFindTheme/InjectTemplateListener.php index d8a6e60c9bb..b2fc9ff72ad 100644 --- a/module/VuFindTheme/src/VuFindTheme/InjectTemplateListener.php +++ b/module/VuFindTheme/src/VuFindTheme/InjectTemplateListener.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Mvc_View_Http + * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ namespace VuFindTheme; * default template configurations to something more appropriate for VuFind. * * @category VuFind2 - * @package Mvc_View_Http + * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site -- GitLab