created css files for states displays
This commit is contained in:
@@ -177,7 +177,11 @@ function prof_profil_scripts_CIPF() {
|
||||
$author_id = get_queried_object_id();
|
||||
$cipf_prof = new PLGNTLS_class();
|
||||
|
||||
$cipf_prof->add_to_front();
|
||||
$cipf_prof->add_to_front(
|
||||
array(
|
||||
'css/display_states/paiement_reussi.css',
|
||||
)
|
||||
);
|
||||
}
|
||||
add_action('wp_enqueue_scripts', 'prof_profil_scripts_CIPF', 11);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user