Skip to content

Commit

Permalink
[FIX] news [UPD] icoboost
Browse files Browse the repository at this point in the history
  • Loading branch information
babsolune committed Jun 13, 2020
1 parent e2c3c2e commit a151d7d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion news/controllers/NewsItemController.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ private function build_navigation_links()
$this->view->put_all(array(
'C_RELATED_LINKS' => true,
'C_'. $row['type'] .'_ITEM' => true,
$row['type'] . '_ITEM' => $row['name'],
$row['type'] . '_ITEM' => $row['title'],
'U_'. $row['type'] .'_ITEM' => NewsUrlBuilder::display_item($row['id_category'], CategoriesService::get_categories_manager()->get_categories_cache()->get_category($row['id_category'])->get_rewrited_name(), $row['id'], $row['rewrited_title'])->rel(),
'U_'. $row['type'] .'_THUMBNAIL' => !empty($row['thumbnail_url']) ? Url::to_rel($row['thumbnail_url']) : $this->item->get_default_thumbnail()->rel()
));
Expand Down
2 changes: 1 addition & 1 deletion templates/default/theme/icoboost/fonts/icoboost.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/theme/icoboost/fonts/icoboost.ttf
Binary file not shown.
Binary file modified templates/default/theme/icoboost/fonts/icoboost.woff
Binary file not shown.

0 comments on commit a151d7d

Please sign in to comment.