remove "built in..." under concrete5-8.5.2

Permalink
Probably that question was ask before, (and i try some hint but no change)
the site is base on concrete5-8.5.2 and Template is Stucco Business Theme

I can not get the footer "Built in....." remove from the page

I errase from footer.php
<span><?php echo t('Built with <a href="http://www.concrete5.org" class="concrete5" rel="nofollow">concrete5</a> CMS.') ?></span>

i dont understand why it still appear
(I clean the cache but no change)

 
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
Try clearing the browser cache.
madesimplemedia replied on at Permalink Reply
madesimplemedia
Assuming C5 caches are turned off and it's definitely not in the code anymore, could well be some sort of caching on the server, or your browser, clear everything.
JacquesK replied on at Permalink Reply
i try also to clear browser cache, use to check from a different computer, phone,
and i dont think they have a cache in the rental server (OVH)

the site (still under construction) is ajf-japan.com
cmerritt replied on at Permalink Reply
cmerritt
The code you need to remove is located in home.php in the Stucco theme folder
Starts at line 36 through to line 63.

Colin
JacquesK replied on at Permalink Reply
Well I try that in
concrete/themes/theme_stucco/themes/stucco/home.php
but no change :(
cmerritt replied on at Permalink Reply
cmerritt
Should be in packages/theme_stucco/themes/stucco
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
Deleting lines 36 - 63 will remove the login link as well.
Change the code on line 39 from this
<span><?php  echo t('Built with <a href="http://www.concrete5.org" class="concrete5">concrete5</a> CMS.')?></span>
To this
<span><?php // echo t('Built with <a href="http://www.concrete5.org" class="concrete5">concrete5</a> CMS.')?></span>

This will comment out only the unwanted link.
JacquesK replied on at Permalink Reply 1 Attachment
I am back

I took of the lines, but still here you can see as it is on the server and what is shown on this image

no idea why it s not desapear
cmerritt replied on at Permalink Reply
cmerritt
Hi,

Can you confirm that the file you edited was located here
packages/theme_stucco/themes/stucco/home.php ?
JacquesK replied on at Permalink Reply
I am so stupid i was not looking in "packages/theme_stucco/" but in
concrete/theme/theme_stucco/themes/stucco/home.php ?

A big thanks it s working

but i got a question why somany place whith theme (not only one place)
- Package
- Concrete
- application