Dashboard
PHP:
8.4.22
OS:
Linux
User:
provencez
/
/
home
/
provencez
/
www
/
wp-content
/
plugins
/
wptouch
/
themes
/
foundation
/
modules
/
fontello
📤 Upload
📝 New File
📁 New Folder
Close
Editing: fontello.php
<?php add_action( 'foundation_module_init_mobile', 'foundation_fontello_init' ); function foundation_fontello_init() { wp_enqueue_style( 'foundation_fontello_css', foundation_get_base_module_url() . '/fontello/css/fontello.min.css', '', md5( FOUNDATION_VERSION ), 'screen' ); }
Save
Cancel