diff options
Diffstat (limited to 'h-source/Application/Views/Videocards/page.php')
| -rw-r--r-- | h-source/Application/Views/Videocards/page.php | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/h-source/Application/Views/Videocards/page.php b/h-source/Application/Views/Videocards/page.php index 5dd3db4..c0d5914 100644 --- a/h-source/Application/Views/Videocards/page.php +++ b/h-source/Application/Views/Videocards/page.php @@ -43,6 +43,13 @@  				<?php } ?>  			</div> +			<?php if ( strcmp($item[$tableName]['other_names'],'') !== 0 ) { ?> +			<div class="notebook_vendor"> +				<div class="inner_label"><?php echo gtext("possible other names of the device");?>:</div> +				<div class="inner_value"><?php echo nl2br($item[$tableName]['other_names']);?></div> +			</div> +			<?php } ?> +			  			<div class="notebook_vendor">  				<div class="inner_label"><?php echo gtext("vendor");?>:</div>  				<div class="inner_value"><b><?php echo betterVendor($item[$tableName]['vendor']);?></b></div>  | 
