Skip to content

Commit

Permalink
Merge pull request #10 from uclibs/9/update-ojs-3_4_0-4
Browse files Browse the repository at this point in the history
Update for ojs v3.4
  • Loading branch information
crowesn authored Feb 9, 2024
2 parents f74ec9a + 015f909 commit a686d28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* @file plugins/themes/default/DefaultFogsChildThemePlugin.inc.php
* @file plugins/themes/default/DefaultFogsChildThemePlugin.php
*
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
Expand All @@ -10,9 +10,11 @@
* @class DefaultFogsChildThemePlugin
* @ingroup plugins_themes_default_fogs
*
* @brief Default theme
* @brief Default Fogs theme
*/
import('lib.pkp.classes.plugins.ThemePlugin');
namespace APP\plugins\themes\defaultFogs

use PKP\plugins\ThemePlugin;

class DefaultFogsChildThemePlugin extends ThemePlugin {
/**
Expand Down
4 changes: 1 addition & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
*
*/

require_once('DefaultFogsChildThemePlugin.inc.php');

return new DefaultFogsChildThemePlugin();
return new \APP\plugins\themes\defaultFogs\DefaultFogsChildThemePlugin();

?>
File renamed without changes.

0 comments on commit a686d28

Please sign in to comment.