# Configuration

### 1. File Structure

If you want to change any text on site or want to change the privacy policy or terms & services page you can do so by changing it in files located in the following directories.

{% hint style="info" %}
If you want to change anything on Main Page
{% endhint %}

{% tabs %}
{% tab title="\app\Views" %}

* home.php
  {% endtab %}
  {% endtabs %}

{% hint style="info" %}
Components of Main Page
{% endhint %}

{% tabs %}
{% tab title="\app\Views\components" %}

* footer.php
* HEAD.php
* header.php
* hero.php
* theme-switch.php
* video-box.php
  {% endtab %}
  {% endtabs %}

{% hint style="info" %}
If You want to change Privacy Policy & Terms and Services page
{% endhint %}

{% tabs %}
{% tab title="\app\Views\pages" %}

* privacy-policy.php
* terms-and-conditions.php
  {% endtab %}
  {% endtabs %}

### 2. Ad Codes

You can use any ad network codes just replace your ad code in the respective ad block.

#### Files which contains Ad codes:

1. \app\Views\home.php
2. \app\Views\components\hero.php
3. \app\Views\components\video-box.php

#### How to replace ad codes:

In the above-mentioned files find the following code and replace it with your own ad unit code

{% hint style="info" %}
Find the following code to replace with 728x90 Banner Code
{% endhint %}

```
<div class="placeholder">728x90</div>
```

{% hint style="info" %}
Find the following code to replace with 300x250 Square Code
{% endhint %}

```
<div class="placeholder">300x250</div>
```

{% hint style="info" %}
Find the following code to replace with 160x600 Ad Code
{% endhint %}

```
<div class="placeholder">160x600</div>
```
