Commit 9b28eebe authored by Seblu's avatar Seblu
Browse files

change section name

parent 0b6020c4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ $str = '
    <!-- main body -->
    	<div id="left_side">
            <div id="newsbox">
                <h1><img alt="" src="images/puce.png" /> <strong>News</strong></h1>
                <h1><img alt="" src="images/puce.png" /> <strong>Br&egrave;ves</strong></h1>
                <ul>';
								
	$str .=dispHomeNews();
@@ -32,7 +32,7 @@ $str = '
	$str .= '
            </div>
            <div class="rightbox">
                <h1><img alt="" src="images/puce.png" /> <strong>Last video</strong></h1>
                <h1><img alt="" src="images/puce.png" /> <strong>Derni&egrave;res vid&eacute;o</strong></h1>
                ';
						
	$str .= dispHomeLastVideos();
@@ -40,7 +40,7 @@ $str = '
	$str .='
            </div>
			<div class="rightbox">
                <h1><img alt="" src="images/puce.png" /> <strong>Last photos</strong></h1>
                <h1><img alt="" src="images/puce.png" /> <strong>Derni&egrave;res photos</strong></h1>
               ';
						
	$str .= dispHomeLastPhotos();