Page 1 of 1

Body in index.php

Posted: 23 Oct 2006, 03:43
by arnaudmeyer
I wonder if it's possible to change the words
Code
www.photo.gallery imagevue gallery module
that appear under the
Code
<div id="imagevue">
in the index.php file.

Those word appears under the description of the website when querying google for instance. I would like to put a more accurate description of my site.

So is it possible?

Posted: 23 Oct 2006, 12:21
by mjau-mjau
You should be able to change that to whatever you like. Its simply text that is replaced with the SWF file by javascript.

Posted: 23 Oct 2006, 12:46
by arnaudmeyer
Thanks! :D

Posted: 23 Oct 2006, 17:18
by DELETED
DELETED

Posted: 20 Mar 2007, 15:41
by kimco
div id="imagevue">

</div>
<script type="text/javascript">
var so = new SWFObject("site.swf", "imagevue", "100%", "100%", "6", "#FFFFFF");
so.addVariable("globalpath", "");
so.addVariable("textcol", "34507A");
so.addVariable("configfile", "config.ini");
so.write("imagevue");

we can change imagevue by an other word ?

Posted: 15 Apr 2007, 08:47
by mjau-mjau
kimco wrote:div id="imagevue">

</div>
<script>
var so = new SWFObject("site.swf", "imagevue", "100%", "100%", "6", "#FFFFFF");
so.addVariable("globalpath", "");
so.addVariable("textcol", "34507A");
so.addVariable("configfile", "config.ini");
so.write("imagevue");

we can change imagevue by an other word ?
yes