Le truc c'est que j'utilise les commantaire pour repérer les modification faite par les MOD, comme par exemple :
#
# [2] ---------- chercher -------------------------------------------------------
#
<table width="100%" class="tableau" cellspacing="0" cellpadding="3">
<!-- BEGIN type -->
#
# [3] ---------- remplacer par --------------------------------------------------
#
<!-- BEGIN type -->
<table width="100%" class="tableau" cellspacing="0" cellpadding="3">
Ca va me donner :
forum_corps.tpl
[html]<!-- MOD :: Separe type - Début -->
<!-- <table width="100%" class="tableau" cellspacing="0" cellpadding="3"> -->
<!-- <!-- BEGIN type --> -->
<table width="100%" class="tableau" cellspacing="0" cellpadding="3">
<!-- BEGIN type -->
<!-- MOD :: Separe type - Fin -->[/html]
Je ne fais pas de sauvegarde des fichiers modifiés, parce que ça devient très vite ingérable. Quand du code est remplacé, je garde les lignes original en commentaire.
(:)