I created the language define and found the place to edit and have added the following to categories.php
Code: Select all
$contents[] = ['text' => TEXT_CATEGORIES_ID . ' ' . ($cInfo->categories_id)];Code: Select all
$contents[] = ['text' => TEXT_DATE_ADDED . ' ' . tep_date_short($cInfo->date_added)];