1. Home
  2. Docs
  3. General
  4. FAQ
  5. How can I change the look and feel of the script?

How can I change the look and feel of the script?

We are using MVC (Model View Control) Framework for the script.

The Private labeling/customization is easy in this framework.

We are using template files for all the public pages.

The template files are available in the ‘views‘ folder.
You can find the template corresponding to a page by its link address.

For example in XYZ Admarket script, if you want to edit the page ‘Advertiser‘, the demo address to that page is https://demo.xyzscripts.com/xyz-admarket/index.php?page=index/advertiser

Here the template file is ‘advertiser.php‘ in ‘views/index‘ folder.
That is, the path, ‘index/advertiser’ is ‘advertiser.php’ in ‘index’ folder.

You can edit the advertiser.php file in views/index folder for any design modifications in the ‘Advertiser’ page.

Similarly you can change the files in all scripts.

 

 

Was this article helpful to you? Yes 6 No