From db685c4492b0985544eb54e959278dec2b68142b Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sat, 17 May 2003 05:43:50 +0000 Subject: [PATCH] * Fixed headers in .php files. * Fixed xmi2code template. * Fixed xmi2code config file. --- BIFE/Album.php | 6 +++--- BIFE/Container.php | 8 ++++---- BIFE/Generic.php | 6 +++--- BIFE/Page.php | 8 ++++---- BIFE/Parser.php | 6 +++--- BIFE/Title.php | 8 ++++---- BIFE/Widget.php | 8 ++++---- index.php | 27 ++++++++++++++++++++++++++- template.php | 8 ++++---- xmi2code.config | 5 ----- 10 files changed, 55 insertions(+), 35 deletions(-) diff --git a/BIFE/Album.php b/BIFE/Album.php index b854b8f..1bbc1d6 100644 --- a/BIFE/Album.php +++ b/BIFE/Album.php @@ -1,7 +1,7 @@ | // +--------------------------------------------------------------------+ // // $Id$ diff --git a/BIFE/Container.php b/BIFE/Container.php index e87f813..2339f96 100644 --- a/BIFE/Container.php +++ b/BIFE/Container.php @@ -1,7 +1,7 @@ | // +--------------------------------------------------------------------+ // // $Id$ @@ -59,4 +59,4 @@ class BIFE_Container extends BIFE_Widget { } // -X2C Class :Container -?> \ No newline at end of file +?> diff --git a/BIFE/Generic.php b/BIFE/Generic.php index d10a577..a9baaf4 100644 --- a/BIFE/Generic.php +++ b/BIFE/Generic.php @@ -1,7 +1,7 @@ | // +--------------------------------------------------------------------+ // @@ -106,4 +106,4 @@ class BIFE_Generic extends BIFE_Container { } // -X2C Class :Generic -?> \ No newline at end of file +?> diff --git a/BIFE/Page.php b/BIFE/Page.php index d8ef88a..f352f2c 100644 --- a/BIFE/Page.php +++ b/BIFE/Page.php @@ -1,7 +1,7 @@ | // +--------------------------------------------------------------------+ // // $Id$ @@ -56,4 +56,4 @@ class BIFE_Page extends BIFE_Generic { } // -X2C Class :Page -?> \ No newline at end of file +?> diff --git a/BIFE/Parser.php b/BIFE/Parser.php index 0b85636..a084a4e 100644 --- a/BIFE/Parser.php +++ b/BIFE/Parser.php @@ -1,7 +1,7 @@ | // +--------------------------------------------------------------------+ // // $Id$ diff --git a/BIFE/Title.php b/BIFE/Title.php index 68a0538..b2b0905 100644 --- a/BIFE/Title.php +++ b/BIFE/Title.php @@ -1,7 +1,7 @@ | // +--------------------------------------------------------------------+ // // $Id$ @@ -56,4 +56,4 @@ class BIFE_Title extends BIFE_Generic { } // -X2C Class :Title -?> \ No newline at end of file +?> diff --git a/BIFE/Widget.php b/BIFE/Widget.php index 36fe7d5..cd1dd68 100644 --- a/BIFE/Widget.php +++ b/BIFE/Widget.php @@ -1,7 +1,7 @@ | // +--------------------------------------------------------------------+ // // $Id$ @@ -57,4 +57,4 @@ results. } // -X2C Class :Widget -?> \ No newline at end of file +?> diff --git a/index.php b/index.php index 8451d92..0bd59f6 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,30 @@ | +// +--------------------------------------------------------------------+ +// +// $Id$ +// require_once 'HTML/Template/Sigma.php'; require_once 'BIFE/Parser.php'; diff --git a/template.php b/template.php index 3de96f6..ce8775b 100644 --- a/template.php +++ b/template.php @@ -1,7 +1,7 @@ | // +--------------------------------------------------------------------+ // // $Id$ -// \ No newline at end of file +// diff --git a/xmi2code.config b/xmi2code.config index 010d975..7d48bb1 100644 --- a/xmi2code.config +++ b/xmi2code.config @@ -1,6 +1,5 @@ - -- 2.43.0