Removing Joomla Version Admin Temple in footer Joomla 2.5


  1. browse to directory \administrator\templates\bluestork\html and create a new directory mod_version
  2. Go to directory \administrator\modules\mod_version\tmpl and copy the file default.php to the directory \administrator\templates\bluestork\html\mod_version
  3. Browse to the file  default.php from \administrator\templates\bluestork\html\mod_version and change the below code:

                 
echo '<p align="center">' . $version . '</p>';

             to this
                 
echo '<p align="center">' . 'my version' . '</p>';

         you can change the text "my version" to any text that you want.
Share on Google Plus

About Elmirakom

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment