Mostrar posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - joelpk2r

Paginas: [1]
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">

Paginas: [1]