Same pop up on multiple pages

Asked

Viewed 41 times

0

In my project, the user can login to any page they’re on. I could build the same pop up on each of the pages, but would like to know if there is any way I can build the pop up in a separate file and just call it in the links of the pages.

1 answer

0


if it is PHP, you can use:

include_once('nome_do_arquivo_popup.php') no template principal.

if there is no main template, use the

include_once('nome_do_arquivo_popup.php')

in all files. That way you will be reaching your goal.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.