Hello,
I did a search of the forum and followed this thread but I'm still not having any luck finding which file to edit and what change to make. viewtopic.php?f=20&t=7848
The line being generated is <h1 class="admido-module-headline hidden-xs">Admidio Overview<h1>
I have no desire to remove any Admidio credit's or links in the program. I only want to change the word text of Admidio Overview in the page to either LSH Member's Overview or Member's Overview
How to change text Admidio Overview?
- DanWestlake
- Beiträge: 24
- Registriert: 13. Apr 2019, 08:34
How to change text Admidio Overview?
Ontario, Canada
- DanWestlake
- Beiträge: 24
- Registriert: 13. Apr 2019, 08:34
Re: How to change text Admidio Overview?
I figured it out.
Edit the line in the file /adm_program/index.php
Change / replace the word Admidio with whatever word or text you want.
For example:
Dan
Edit the line in the file /adm_program/index.php
Code: Alles auswählen
$headline = 'Admidio '.$gL10n->get('SYS_OVERVIEW');
For example:
Code: Alles auswählen
$headline = 'Membership '.$gL10n->get('SYS_OVERVIEW');
Ontario, Canada