Skip to content

Commit

Permalink
Update Theme-Customs
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Andrés <[email protected]>
  • Loading branch information
DiegoAndresCortes committed Sep 25, 2023
1 parent 1e37b38 commit 7aa5cf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion languages/ThemeCustoms/main.english.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
$txt['st_news_prom'] = 'News and Promotions';
$txt['st_previous'] = 'Previous';
$txt['st_next'] = 'Next';
$txt['st_post_by'] = '%1$s <span class="post_by">by %2$s</span>';

// Colorpicker
$txt['st_colorpicker1_admin'] = 'Choose primary theme color';
Expand Down
2 changes: 1 addition & 1 deletion themecustoms/templates/board.template.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function themecustoms_board_lastpost($board)
', !empty($settings['st_enable_avatars_boards']) && !empty($board['last_post']['member']['avatar']) ? themecustoms_avatar($board['last_post']['member']['avatar']['href'], $board['last_post']['member']['id']) : '', '
<p>
<span class="last_post">
', sprintf($txt['st_post_by'], $board['last_post']['link'], $board['last_post']['member']['link']), '
', sprintf($txt['last_post_topic'], $board['last_post']['link'], $board['last_post']['member']['link']), '
</span>
<span class="time">', themecustoms_icon('far fa-clock'), ' ', timeformat($board['last_post']['timestamp']), '</span>
</p>';
Expand Down

0 comments on commit 7aa5cf7

Please sign in to comment.