1
WebEngine / Re: [PLUGIN] VIP Membership
« Posteado: July 20, 2023, 04:33:48 AM »Edit your template’s “index.php” file and add the “vip.css” inside the <head> tags
some one help my in this part i dont understand , what code i need put in index.php ?
ES: Debes agregar esta linea en <head> antes de llegar a <script>
EN: You must add this line in <head> before reaching <script>
<link href="<?php echo __PATH_TEMPLATE_CSS__; ?>vip.css" rel="stylesheet" media="screen">