Skip to content

Commit

Permalink
Merge pull request #12 from uclibs/11/cut-1_1-release
Browse files Browse the repository at this point in the history
11/cut 1.1 release
  • Loading branch information
crowesn authored Feb 9, 2024
2 parents a686d28 + c509bb8 commit c260b7b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DefaultFogsChildThemePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @brief Default Fogs theme
*/
namespace APP\plugins\themes\defaultFogs
namespace APP\plugins\themes\defaultFogs;

use PKP\plugins\ThemePlugin;

Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

![Focus on German Studies logo](templates/images/fogs-header-logo-large.png "Focus on German Studies Logo")

OJS custom *child* theme for the Focus on German Studies scholarly journal for German language literature and German Studies, which is run and published exclusively by graduate students at the University of Cincinnati and hosted on Journals@UC by the University of Cincinnati Press.
OJS child theme, developed for OJS version 3.4.0-4, adapted from version 1.0.3 of the [DefaultManuscript](https://github.com/NateWr/defaultManuscript)

Adapted from version 1.0.3 of the [DefaultManuscript](https://github.com/NateWr/defaultManuscript) OJS child theme, developed for OJS version 3.2.1.1
OJS custom *child* theme for the Focus on German Studies scholarly journal for German language literature and German Studies, which is run and published exclusively by graduate students at the University of Cincinnati and hosted on Journals@UC by the University of Cincinnati Press.

## Install
Upload [tar file](https://github.com/uclibs/defaultFogs/releases/download/v1.0.3/defaultFogs.tar.gz) to plugin gallery in OJS.
Upload [tar file](https://github.com/uclibs/defaultFogs/releases/download/v1.1.0-4/defaultFogs.tar.gz) to plugin gallery in OJS.
7 changes: 5 additions & 2 deletions templates/frontend/components/footer.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
* represents a page-level override, and doesn't indicate whether or not
* sidebars have been configured for thesite.
*}
{* overide brand image with clips logo *}
{assign var=brandImage value="plugins/themes/defaultFogs/templates/images/journals_uc.png"}
{assign var=ucPressLogo value="plugins/themes/defaultFogs/templates/images/UC_Press_White.png"}

</div><!-- pkp_structure_main -->

Expand Down Expand Up @@ -40,12 +43,12 @@

<div class="footer-logo journals">
<a href={$baseUrl}>
<img class="footer-img" src="{$baseUrl}/templates/images/uc/journals_uc.png" alt="Journals @ UC logo">
<img class="footer-img" src="{$baseUrl}/{$brandImage}" alt="Journals @ UC logo">
</a>
</div>
<div class="footer-logo">
<a href="https://ucincinnatipress.uc.edu/">
<img class="img-responsive footer-img" src="{$baseUrl}/templates/images/uc/UC_Press_White.png" alt="University of Cincinnati Press logo">
<img class="img-responsive footer-img" src="{$baseUrl}/{$ucPressLogo}" alt="University of Cincinnati Press logo">
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
Valid: 1.0.2.3, 0.1.4.0
Invalid: 1.0, v1.0.4, 1.0.0.0b
-->
<release>1.0.5.0</release>
<release>1.1.0.0</release>

<!-- The date of the latest version -->
<date>2022-09-12</date>
<date>2023-12-12</date>

<!-- This should always be 0 -->
<lazy-load>0</lazy-load>
Expand Down

0 comments on commit c260b7b

Please sign in to comment.