blog.hugopoi.net/www/.content.EZtzwPjb/includes/warning_new_blog.php

10 lines
579 B
PHP
Raw Normal View History

<div style="background-color: orange;border-radius: 6px;font-weight: bold;margin-bottom: 10px; display: block; text-align: centre;" class="container">
<?php if(preg_match('/^(\/en\/|\/2020\/03\/01\/install-rancheros-on-freenas-11-3\/)/', $_SERVER['REQUEST_URI']) !== 1){ ?>
Ceci est la version legacy de mon blog si vous voulez voir les nouveaux articles et et savoir pourquoi c'est par
2022-11-06 15:14:47 +01:00
<a href="/v2/">ICI</a>
<?php } else { ?>
This is the legacy version of my blog if you want to read fresh posts and learn more about why, it's
<a href="/v2/">HERE</a>
<?php } ?>
</div>