Sample politics GPDR for yours projects
This project is a example of politics GPDR. This files has default text about this politics GPDR. This sample use bootstrap for base template.
- Download repository only
-
Download repository
-
Edit assets/plugins/politics/config for indicate data for your company
-
Add in htaccess url-friends for access politics
<IfModule mod_rewrite.c> # Activar RewriteEngine RewriteEngine on # Políticas de Privacidad & Cookies RewriteRule ^politicas/(.+)/?$ index.php?typePolitics=$1 [NC,L]
if (empty($nameFilePolitic)) { ?>
<h1 class="text-body-emphasis">GPDR Politics Template</h1>
<p class="fs-5 col-md-8">This project is a example of politics GPDR. This files has default text about this politics GPDR. This sample use bootstrap for base template.</p>
<?php } else { ?>
<p class="fs-5 col-md-8">
<?php
// Print Politics
include('assets/plugins/politics/' . $nameFilePolitic . '.php');
?>
</p>
<?php } ?>
## Version History
* 1.0
* Initial Release (23/05/2023)
## References
nspiration, code snippets, etc.
* [bootstrap](https://getbootstrap.com/)