{* * $Revision: 15342 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *} {* Let Gallery print out anything it wants to put into the element *} {g->head} {* If Gallery doesn't provide a header, we use the album/photo title (or filename) *} {if (empty($theme.parents) && $theme.pageType == 'album')} CNJ Estudio de Cocina y Baño {elseif empty($head.title)} CNJ Estudio de Cocina y Baño - {$theme.item.title|markup:strip|default:$theme.item.pathComponent} {/if} {* Include this theme's style sheet *} {literal} {/literal}
mainDivAttributes}> {* * Some module views (eg slideshow) want the full screen. So for those, we don't draw * a header, footer, navbar, etc. Those views are responsible for drawing everything. *} {if $theme.useFullScreen} {include file="gallery:`$theme.moduleTemplate`" l10Domain=$theme.moduleL10Domain} {elseif $theme.pageType == 'progressbar'} {g->theme include="header.tpl"}
{g->theme include="progressbar.tpl"}
{else} {g->theme include="header.tpl"}
{*if !((empty($theme.parents) && $theme.pageType == 'album'))*} {* *} {*/if*} {* Include the appropriate content type for the page we want to draw. *} {if (empty($theme.parents) && $theme.pageType == 'album')} {g->theme include="frontpage.tpl"} {elseif ($theme.pageType == 'album') && ($theme.item.id == 97)} {g->theme include="contacto.tpl"} {elseif ($theme.pageType == 'album') && ($theme.item.id == 144)} {g->theme include="album_catalogo.tpl"} {elseif ($theme.pageType == 'album') && ($theme.item.id == 345)} {g->theme include="album_cocinas.tpl"} {elseif ($theme.pageType == 'album') && ($theme.item.id == 346)} {g->theme include="album_banos.tpl"} {elseif ($theme.pageType == 'album') && ($theme.item.id == 363)} {g->theme include="album_complementos.tpl"} {elseif $theme.pageType == 'album'} {g->theme include="album.tpl"} {elseif $theme.pageType == 'photo'} {g->theme include="photo.tpl"} {elseif $theme.pageType == 'admin'} {g->theme include="admin.tpl"} {elseif $theme.pageType == 'module'} {g->theme include="module.tpl"} {/if} {if $user.isRegisteredUser} {* System Links *} {if empty($theme.parents)} {/if} {/if}
{/if} {* end of full screen check *}
{* * Give Gallery a chance to output any cleanup code, like javascript that needs to be run * at the end of the tag. If you take this out, some code won't work properly. *} {g->trailer} {* Put any debugging output here, if debugging is enabled *} {g->debug}