diff options
Diffstat (limited to 'h-source/Application/Views/Search')
-rw-r--r-- | h-source/Application/Views/Search/lspci_results.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Views/Search/lspci_results.php b/h-source/Application/Views/Search/lspci_results.php index b460021..a23d505 100644 --- a/h-source/Application/Views/Search/lspci_results.php +++ b/h-source/Application/Views/Search/lspci_results.php @@ -35,14 +35,14 @@ <?php if (!$flag) { ?> <?php echo $notice;?> <div> - <a href="<?php echo $this->baseUrl."/search/form/$lang";?>">back</a> + <a href="<?php echo $this->baseUrl."/search/form/$lang";?>"><img class="top_left_images" src="<?php echo $this->baseUrl;?>/Public/Img/back-60.png"></a> </div> <?php } ?> <?php foreach ($table as $row) { ?> <div class="lspci_item_found"> <div class="lspci_item_found_model"> - <?php echo $row['hardware']['model'];?> + <img align="top" class="catalogue_item_icon" src="<?php echo MyStrings::getHardIcon($row['hardware']['type']);?>"> <span class="search_result_model_name"><?php echo "<b>".$row['hardware']['type']."</b> - ".$row['hardware']['model'];?></span> </div> <div class="lspci_item_found_compat"> <?php |