-2

I decided to create a website on CMS MediaVibe:

https://bigpin.ru

I'd like to remove the inscription with a link to the developer's site at the bottom of the site. Searched in index.php and found nothing. How can this label be removed?

if(is_admin()) {
echo "<pre class=\"footerdebug\" style='text-align:center'>Time Elapsed: ".(microtime(true) - $sttime)."s</pre> <br />
".$db->debug();
}
FOLBY
  • 11
  • 1
  • 3
  • What does the posted code have to do with your question? – M. Eriksson Jul 17 '20 at 13:22
  • @Magnus Eriksson I don't really know programming and don't know where to look. I have posted a piece of code from the index.php file I have fully posted it at https://pastebin.com/2Mzq3g8V Please help! how can I remove this inscription at the bottom of the site. I don't understand the structure of this CMS at all. – FOLBY Jul 17 '20 at 13:29
  • Here is the site footer: https://pastebin.com/3UHijV35 – FOLBY Jul 17 '20 at 13:38
  • Welcome to Stack Overflow. Please take the [tour](https://stackoverflow.com/tour), read about [what's on-topic](https://stackoverflow.com/help/on-topic), and read [How to Ask a Good Question](https://stackoverflow.com/help/how-to-ask). _I don't really know programming and don't know where to look._ – Stack Overflow is about asking specific (programming) questions; it is not a free coding service. – Ivo Mori Jul 17 '20 at 14:31

1 Answers1

0

div with class row-rights in tpl.footer.php footer: pastebin.com/3UHijV35

<div class="row row-rights">
'.site_copy().'
</div>
Izi Tors
  • 3
  • 3