main-template.html.twig |
templates/main-template.html.twig |
|
{% if test_var == 'yes' %}
{% set regclass = '' %}
{% set dashclass = 'hidediv' %}
{% else %}
{% set regclass = 'hidediv' %}
{% set dashclass = '' %}
{% endif %}
<script> var… |
poptin.css |
css/poptin.css |
|
body {
margin: 0;
padding: 0;
color: #000;
font-family: 'Open Sans', sans-serif;
}
#poptin_main h1,
#poptin_main h2,
#poptin_main h3,
#poptin_main h4,
#poptin_main h5,
#poptin_main h6,
#poptin_main p,
#poptin_main ul li {
… |
poptin.inc |
includes/poptin.inc |
|
Creating HTML for admin part, where user can signup or login for poptin. |
poptin.info.yml |
poptin.info.yml |
|
poptin.info.yml |
poptin.install |
poptin.install |
|
Module for creating table on time of install and drop on time of uninstall. |
poptin.libraries.yml |
poptin.libraries.yml |
|
poptin.libraries.yml |
poptin.links.menu.yml |
poptin.links.menu.yml |
|
poptin.links.menu.yml |
poptin.module |
poptin.module |
|
Module for adding popups on website. |
poptin.routing.yml |
poptin.routing.yml |
|
poptin.routing.yml |
PoptinController.php |
src/Controller/PoptinController.php |
Drupal\poptin\Controller |
|
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Customization
* Troubleshooting
* FAQ
* Maintainers
INTRODUCTION
------------
This module allows you to manage your poptin.com… |