Themes & Components

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
deeppak
Forum Commoner
Posts: 27
Joined: Thu Apr 06, 2006 6:31 am

Themes & Components

Post by deeppak »

i just wanted to know that is there any way to create "Htmlt" for theme & "htmlf" for components in a single page.

I just want to know the terminology used here.
let me state the reason we have a new appointment in our company as a designer since he is from other company he consulted with us that in the previous company they were having pages containing:

1.themes(its syntax in the page goes something like this)

Theme:Theme.htmlt

then the table tag containing our output no body html is defined in the page it is used to provide the header, footer and side panels. the output of the panels can be based on some condition to show different panels at different times.
(Is this the server side includes).

2.Components(its syntax in the page goes something like this)
<tr><td><& component.htmlf &></td></tr>

Since the language used at that place was php and Perl i just want to know what technology is used there i just wanted to implement it at my place also.

thanks in advance

Cheers,
Deeppak
Post Reply