1. Home
  2. Docs
  3. General
  4. FAQ
  5. How can I change the powered by link in the footer of script?

How can I change the powered by link in the footer of script?

Version 4.0

From XYZ Admarket Version 4.0, we can add the copyright label and link from admin area.

poweredby

For this please go to Settings > Site Settings.

In this we can see the Powered by label and powered by link.

Older versions

For the older versions we need to edit in the footer file directly.

The footer file is “footer.php” in “views/layout” folder of the script.

The footer section is given below.

<div style=”text-align: center !important;float: none;”><?php echo $this->get_label(‘copyright’,array(‘x’=>date(“Y”),’y’=>’https://www.xyzscripts.com‘));?></div>

Here in the place of https://www.xyzscripts.com, you can add your link.

Also in the ‘labels.php’ file in ‘locale/en_US’ folder, you can see the code

$label[‘copyright’]=”Copyright &copy {x}, All Rights Reserved. Powered By <a target=’_blank’ href='{y}’>XYZScripts.com</a>”;

Here you can change Powered By XYZScripts.com with your name.

Was this article helpful to you? Yes 5 No 8