diff options
author | intrigeri <intrigeri@boum.org> | 2008-07-15 16:25:39 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2008-07-15 16:25:39 +0200 |
commit | 35668b87d3247a7de6c4dbb9edd7e0d909603524 (patch) | |
tree | 80ea51c4c4aea4c141d7063249e435d45cd46cd4 /t/parentlinks | |
parent | 486f460132434db1eaff92dcadb265011f394bf1 (diff) |
pedigree rename to parentlinks: rename/adapt everything
* Renamed to parentlinks every single variable or function called
pedigree
* Removed the parentlinks function from Render.pm
* Enabled the new parentlinks plugin by default
* Adapted testsuite and documentation to reflate the above facts
Signed-off-by: intrigeri <intrigeri@boum.org>
Diffstat (limited to 't/parentlinks')
-rw-r--r-- | t/parentlinks/templates/parentlinks.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/parentlinks/templates/parentlinks.tmpl b/t/parentlinks/templates/parentlinks.tmpl index 5fa25733a..3ca3b0030 100644 --- a/t/parentlinks/templates/parentlinks.tmpl +++ b/t/parentlinks/templates/parentlinks.tmpl @@ -1,4 +1,4 @@ -<!-- This template file only has to "use" the loops tested by pedigree.t --> +<!-- This template file only has to "use" the loops tested by parentlinks.t --> -<TMPL_LOOP NAME="PEDIGREE"> +<TMPL_LOOP NAME="PARENTLINKS"> </TMPL_LOOP> |