Custom code to show custom title next to icon on home page
-
Made a small change to code in js-support-ticket.php line 877 (878 if you have already added the code below) to reflect custom title set in configuration settings instead of “Support1” displaying next to the icon
$html .= '<img class="js-ticket_screentag_image" alt="screen tag" src="'.$img_scr.'" /><span class="text">'.$title.'</span>';
then added line 816 to same file to pull custom title from db
$title = jssupportticket::$_config['title'];
Hope others find this code helpful
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom code to show custom title next to icon on home page’ is closed to new replies.