PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
themes
/
flatsome
/
inc
/
admin
/
panel
/
sections
<?php /** * Theme Change log */ ?> <div id="tab-changelog" class="coltwo-col panel flatsome-panel"> <div class="inner-panel"> <pre style="padding:30px; overflow: auto;font-size:0.9em;"> <?php require get_template_directory() . '/changes.txt'; ?> </pre> </div> </div>
[-] tab-guide.php
[edit]
[-] tab-features.php
[edit]
[-] tab-changelog.php
[edit]
[-] tab-support.php
[edit]
[-] tab-tutorials.php
[edit]
[-] top.php
[edit]
[-] tab-status.php
[edit]
[-] tab-activate.php
[edit]
[-] tab-plugins.php
[edit]
[+]
..