Page 1 of 1
how do i remove the Imagevue Admin | Imagevue Gallery
Posted: 17 Nov 2008, 16:21
by kountz
I'm looking to remove the title copy in the admin section: Imagevue Admin | Imagevue Gallery
How do i go about this. I have purchased the commercial license.
Thanks in advance!
Posted: 18 Nov 2008, 16:41
by Nick
Imagevue Gallery is Gallery title from config.
Imagevue Admin - you have to edit /imagevue/admin/templates/layout.phtml
Posted: 23 Nov 2008, 09:27
by kountz
Thanks!

some problem
Posted: 09 Jan 2009, 05:48
by clemi6
I edit the file layout.phtml in themplates folder
but in the X2 version the "Imagevue Admin" on the login admin index page doesn't change.
I change the "Imagevue Admin" line 9 and line 63.
can you help me?
Posted: 09 Jan 2009, 14:09
by Nick
You need to change that in imagevue/admin/templates/cred.login.phtml too.
what about a logo?
Posted: 23 Jan 2009, 09:49
by Pedro
Hi pain
I also got a question.
I wanted to display before the new name a small png logo, but it doesn´t work.
I tried different versions. but not successful.
Got a commercial license
Here the code around line 63
<a href="index.php"><img style="border: 0px;" src="images/admin/va-logo.png" alt="" />VA Album Admin</a> | <a href="../"><?php echo $siteTitle; ?></a>
Posted: 29 Jan 2009, 22:54
by mjau-mjau
my guess is that your SRC path is incorrect ...
src="images/admin/va-logo.png"
remember, that is relative to the location of the admin folder.
Posted: 30 Jan 2009, 01:40
by Nick
Maybe ../images/admin/ then