How to change text Admidio Overview?

If you aren't speaking german, you can ask for support or post your request here.
Antworten
Benutzeravatar
DanWestlake
Beiträge: 24
Registriert: 13. Apr 2019, 08:34

How to change text Admidio Overview?

Beitrag von DanWestlake »

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

Bild
Ontario, Canada
Bild
Benutzeravatar
DanWestlake
Beiträge: 24
Registriert: 13. Apr 2019, 08:34

Re: How to change text Admidio Overview?

Beitrag von DanWestlake »

I figured it out.

Edit the line in the file /adm_program/index.php

Code: Alles auswählen

$headline = 'Admidio '.$gL10n->get('SYS_OVERVIEW');
Change / replace the word Admidio with whatever word or text you want.

For example:

Code: Alles auswählen

$headline = 'Membership '.$gL10n->get('SYS_OVERVIEW');
Dan
Ontario, Canada
Bild
Antworten