Author Topic: How to add own text on some pages  (Read 4198 times)

seba22

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
How to add own text on some pages
« on: October 02, 2008, 10:34:42 am »
Hi,

The first is, i want to say thank you for your work, i'm like this software ;)


I have question, is this possible to add some text on folowing pages:

Login, and MAIN screen.

Something like this:



I need, to put their information like All information is confidential, do not leave computer when page is open... or something like thi ;)


I can't do it alone, because i don't understand how the aplication is written  :>
I know, only standard PHP ( you use page controlers, and loot of things what i never gone seen before ;>)

So please help me ;)


Regards
 

desimal

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: How to add own text on some pages
« Reply #1 on: October 06, 2008, 07:27:20 pm »
this is a simple work around...

you can edit this file...
\opengoo\application\views\access\login.php

add a
Code: [Select]
<p>My Company</p>
at the top and move it with a css style where you'd like...