Heisenberg submitted a new resource:
You must be registered for see links
- Template Editing: Show DifferencevB Version: 4.2.0
This little php code will show the difference of your template to the default one: it can help you maintaining the modifications you did to the templates
How to install:
a) make a backup of the file admincp/template.php:
Code:cp admincp/template.php admincp/template_original.php
b) apply the attached patch:
Code:patch -p0 < template_mod.diff.txt
c) install Text_Diff via pear:
Code:pear install Text_Diff
You must be registered for see links
Last edited: