Administrative Suite Customization

Having trouble installing serendipity?
Post Reply
salma_lynn
Posts: 2
Joined: Mon Mar 12, 2007 11:43 pm

Administrative Suite Customization

Post by salma_lynn »

Hi there, I am new to pretty much everything so please bear with me if this question has already been asked and answered. Also, not sure if this is the right forum for this or not ..... mods, feel free to move this if I've oopsied

I was wanting to customize the Administrative Suite heading for a client - they specifically want their own name at the top - so i went to the serendipity_admin.php file and looked at the code, saw the echo calling the SERENDIPITY_ADMIN_SUITE function - went looking at the includes and couldn't find it.

So, question one - is it possible to customize this (other than not calling the function).

And, the obvious second question if that is yes ..... where in the world is the function defined?

Thanks in advance for your patience!

Sign me newby-me
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Administrative Suite Customization

Post by garvinhicking »

Howdy!
I was wanting to customize the Administrative Suite heading for a client - they specifically want their own name at the top - so i went to the serendipity_admin.php file and looked at the code, saw the echo calling the SERENDIPITY_ADMIN_SUITE function - went looking at the includes and couldn't find it.
That's not a function, it's actually a Constant. Language constants are definied in the lang/serendipity_lang_XX.inc.php file :)

HTH and have fun,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
salma_lynn
Posts: 2
Joined: Mon Mar 12, 2007 11:43 pm

Post by salma_lynn »

Garvin, thank you so much - I could just HUG you right now.

I am such a newbie!!

Thanks and Thanks and Thanks again
Post Reply