/    Sign up×
Community /Pin to ProfileBookmark

Real quick question, and sorry if this is the wrong spot but i did not know where to post this.

What language is this written in? It is part of a php document, but i dont recognize the tags.

[code=php]<h1>
{if $displayPageHeaderLogo && is_array($displayPageHeaderLogo)}
<img src=”{$publicFilesDir}/{$displayPageHeaderLogo.uploadName|escape:”url”}” width=”{$displayPageHeaderLogo.width|escape}” height=”{$displayPageHeaderLogo.height|escape}” {if $displayPageHeaderLogo.altText != ”}alt=”{$displayPageHeaderLogo.altText|escape}”{else}alt=”{translate key=”common.pageHeaderLogo.altText”}”{/if} />
{/if}
{if $displayPageHeaderTitle && is_array($displayPageHeaderTitle)}
<img src=”{$publicFilesDir}/{$displayPageHeaderTitle.uploadName|escape:”url”}” width=”{$displayPageHeaderTitle.width|escape}” height=”{$displayPageHeaderTitle.height|escape}” {if $displayPageHeaderTitle.altText != ”}alt=”{$displayPageHeaderTitle.altText|escape}”{else}alt=”{translate key=”common.pageHeader.altText”}”{/if} />
{elseif $displayPageHeaderTitle}
{$displayPageHeaderTitle}
{elseif $alternatePageHeader}
{$alternatePageHeader}
{elseif $siteTitle}
{$siteTitle}
{else}
{translate key=”common.openJournalSystems”}
{/if}
</h1>[/code]

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@adam_jimenezMay 29.2009 — looks like smarty templating system

http://www.smarty.net/
×

Success!

Help @bryceray1121 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...