thanks a lot
I am french and understand anything on PHP CODE and CSS
here what I have see on the CSS
FansPaysite: menu.php (inc/menu.php)
//mapping of letters to suggestive icons for each letter
protected static $letter_mapping = array(
'a' => 'fas fa-anchor',
'b' => 'fas fa-basketball-ball',
'c' => 'fas fa-car',
'd' => 'fas fa-dice',
'e' => 'fas fa-envelope',
'f' => 'fas fa-flag',
'g' => 'fas fa-globe',
'h' => 'fas fa-hat-wizard',
'i' => 'fas fa-ice-cream',
'j' => 'fas fa-jedi',
'k' => 'fas fa-key',
'l' => 'fas fa-lightbulb',
'm' => 'fas fa-moon',
'n' => 'fas fa-network-wired',
'o' => 'fas fa-otter',
'p' => 'fas fa-paw',
'q' => 'fas fa-question',
'r' => 'fas fa-rainbow',
's' => 'fas fa-star',
't' => 'fas fa-tree',
'u' => 'fas fa-umbrella',
'v' => 'fas fa-volleyball-ball',
'w' => 'fas fa-wine-glass',
'x' => 'fas fa-x-ray',
'y' => 'fas fa-yin-yang',
'z' => 'fas fa-zig-zag',
if I want to change a lettre, where can I take icons he write
I saw that for lettrer A = Anchor, B = Basket ball
for T = I want Tank, how can I do ?
‘line1’ => ‘fas fa-tank’, etc…
-
This reply was modified 4 months, 4 weeks ago by jfp22.