You are not logged in.
Pages: 1
Topic closed
Hello I am a beginner in glpi , i wanted to change the login page, after searching in the files i could find only the head and the body part of the login page (head.html.twig & page_card_notlogged.html.twig), my problem is I want to add a text in the footer but i couldn't find the file that holds the GLPI Copyright (C) 2015-2022 Teclib' and contributors ( i looked for previous version it was glpi/inc/html.class.php but i couldn't find it in this version ).
if someone could help me i'll be grateful, and thank you in advance.
Last edited by maroua (2022-05-26 00:37:46)
Offline
html php
6178
Offline
Thank you so much ..!
Offline
use Html::footer(); to display the footer on other pages if needed
Offline
Thank you so much ..!
Where did you find? Exact file path?
Offline
Go to:
/glpi/src/Html.php
Search the following:
public static function getCopyrightMessage
Last edited by ymedina (2023-09-14 18:27:36)
Offline
Pages: 1
Topic closed