HEX
Server: Apache
System: Linux ns308404 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
User: root (0)
PHP: 8.3.31
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/onlinedev.com/httpdocs/project.php
<?php
	require_once('admin/app.php');
	date_default_timezone_set('Europe/Paris');
	if (!$model = Project::findByUrl($_REQUEST['url']))
	{
		App::_redirect(App::getBaseUrl());
	}

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
	
	<?php echo App::getMeta(array('title' => $model->title,'description'=>$model->title))?>
	<link href="<?php echo App::getBaseUrl() ?>include/style.css" rel="stylesheet" type="text/css" />
	<link rel="Shortcut Icon" href="<?php echo App::getBaseUrl() ?>favicon.ico" />
</head>

<body>

<div id="page">
	<div id="left">
		<?php echo  App::loadPartial('menu_left')?>

		<?php echo  App::loadPartial('left_projects_box')?>

		<div class="devis">
			<p class="tel">+33 1 41 62 10 61<br />+33 6 07 49 90 52</p>
			<p class="mail"><a href="mailto:contact@onlinedev.com"><img src="<?php echo App::getBaseUrl() ?>images/mail.gif" alt="" /></a></p>
		</div>
	</div>

	<div id="cont">
		<div id="header">
			<?php echo  App::loadPartial('menu_top')?>
			<div class="info">
            
               <div class="fil-Ariane">
             <a href="http://www.onlinedev.com/"  title="Agence de r&eacute;f&eacute;rencement naturel Paris"> Agence de r&eacute;f&eacute;rencement naturel Paris /</a> <a href="http://www.onlinedev.com/societe.html" title="Agence SEO Paris E-commerce">Agence SEO Paris E-commerce  / </a>
           <b>  <?php echo $model->title; ?></b>
             </div>
				<a href="<?php echo App::getBaseUrl() ?>mon_projet.html" title="Demande de devis r&eacute;f&eacute;rencement naturel"><img src="<?php echo App::getBaseUrl() ?>images/star.png" alt="Demande de devis r&eacute;f&eacute;rencement naturel" class="star3" /></a>
				<!--<script type="text/javascript">
				//<![CDATA
				document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="764" height="75">');
				document.write('<param name="allowScriptAccess" value="sameDomain" />');
				document.write('<param name="movie" value="<?php echo App::getBaseUrl() ?>images/flash.swf" />');
				document.write('<param name="loop" value="false" />');
				document.write('<param name="quality" value="high" />');
				document.write('<param name="menu" value="false" />');
				document.write('<param name="wmode" value="transparent" />');
				document.write('<embed src="<?php echo App::getBaseUrl() ?>images/flash.swf" wmode="transparent" quality="high" menu="false" loop="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="764" height="75"></embed>');
				document.write('</object>');
				//]]>
				</script>-->
			</div>
		</div>

		<div id="center9">
			<h4 class="type2"><?php echo $model->title; ?></h4><br /><br>

            		<p style="float:left; overflow: hidden">
			<img alt="<?php echo $model->title; ?>" title="<?php echo $model->title; ?>" style="float:left; margin: 0 10px 5px 0" class="border1" src="<?php echo getThumb('projects/'.$model->image, 300, 300, 'dynamic')?>" />
			<?php echo $model->body; ?>
			</p>

			<div class="cleaner"></div>

			<p><input type="submit" name="submit" value="Retour" class="but1" onclick="javascript:history.back(-1)" />
			<!--<input type="submit" name="submit" value="Liste des meilleures agences SEO" class="but1" onclick="parent.location='<?php //echo App::getBaseUrl() ?>nos_realisations.html'" />-->
			<a href="<?php echo App::getBaseUrl() ?>nos_realisations.html" class="but1" alt="Liste des meilleures agences SEO" title="Liste des meilleures agences SEO" style="		 font-weight: bold;
				   font-size: 13px;
				   text-decoration: none;
				   padding: 3px 15px 6px 15px;
				   line-height: 5px;
				"> Liste des meilleures agences SEO </a>
			</p>

		</div>
	</div>
	<div class="cleaner"></div>
</div>

<?php echo  App::loadPartial('footer')?>

</body>
</html>