<?php
// Heading
$_['heading_title']  = 'Products Viewed Report';

// Text
$_['text_success']   = 'Success: You have reset the product viewed report!';

// Column
$_['column_name']    = 'Product Name';
$_['column_model']   = 'Model';
$_['column_viewed']  = 'Viewed';
$_['column_percent'] = 'Percent';
?>