CD

Duvida...

Por cdmanga, 14 de jan. de 2012 em Archived

3
585
cdmangaC
14 de janeiro de 2012 às 20:41

ola gostaria de saber como coloca a abinha de screenshot no lado direito do site gesior,pois o meu esta sem :/

obrigado desde já!

+rep pra quem ajudar

16 de janeiro de 2012 às 12:39

Procure por isso :

 

?>

<?PHP

if($config['site']['screenoftheday'] == 1)

echo '<div id="ScreenshotBox" class="Themebox" style="background-image:url('.$layout_name.'/images/themeboxes/screenshot/screenshotbox.gif);">

<a href="?subtopic=gallery" >

<img id="ScreenshotContent" class="ThemeboxContent" src="images/screenshotoftheday.gif" alt="Screenshot of the Day" /></a>

<div class="Bottom" style="background-image:url('.$layout_name.'/images/general/box-bottom.gif);"></div>

</div>';

?>

 

substitua por isso:

<div id="ScreenshotBox" class="Themebox" style="background-image:url('.$layout_name.'/images/themeboxes/screenshot/screenshotbox.gif);">

<a href="?subtopic=gallery" >

<img id="ScreenshotContent" class="ThemeboxContent" src="images/screenshotoftheday.gif" alt="Screenshot of the Day" /></a>

<div class="Bottom" style="background-image:url('.$layout_name.'/images/general/box-bottom.gif);"></div>

</div>

?>

 

Editado Janeiro 16 por athermillard

cdmangaC
18 de janeiro de 2012 às 15:47

vlw!

arrumado ;)