Simple Machines Community Forum

General Community => Scripting Help => Topic started by: 1.1Nerd on November 11, 2020, 09:23:23 AM

Title: Help Dispaying Text Variable out of Subs.php
Post by: 1.1Nerd on November 11, 2020, 09:23:23 AM
I'd like to display a text string for a font awesome icon in subs.hp but I can not get it working. Any help is much appreciated. Thank you!


      if ($tmpStart <= $tmpMaxPages) $pageindex .= sprintf($base_link, $tmpStart, "<i class=\"fa fa-chevron-circle-right\" aria-hidden=\"true\" title=\"' . $txt[next_page] . '\"></i>");