Skip to content

Commit

Permalink
New release 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
franck-paul committed Oct 27, 2023
1 parent 171f518 commit d642524
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _define.php
Expand Up @@ -12,7 +12,7 @@
'FallSeason',
'A WP theme designed by Sadish Bala, adapted to DotClear 2 by Franck Paul',
'Franck Paul',
'5.0',
'5.1',
[
'requires' => [['core', '2.28']],
'type' => 'theme',
Expand Down
4 changes: 2 additions & 2 deletions src/FrontendTemplate.php
Expand Up @@ -45,14 +45,14 @@ public static function currentSeasonHelper()

public static function showURLType()
{
$mode = App::url()->type;
$mode = App::url()->getType();

return '<?php echo "mode=' . $mode . ' url=' . $_SERVER['REQUEST_URI'] . ' - blog=' . Html::stripHostURL(App::blog()->url()) . '"; ?>';
}

public static function isCurrentPageItem($attr)
{
$mode = App::url()->type;
$mode = App::url()->getType();

$current = false;

Expand Down
1 change: 0 additions & 1 deletion tpl/home.html
Expand Up @@ -32,7 +32,6 @@
</tpl:Entries>

<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" />
<link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" />

{{tpl:include src="_head.html"}}
Expand Down

0 comments on commit d642524

Please sign in to comment.