Skip to content

Commit

Permalink
Merge pull request #8 from ramtin2025/patch-5
Browse files Browse the repository at this point in the history
* change iframe
  • Loading branch information
Danoosh committed Jul 7, 2014
2 parents 725ad2f + a44954b commit fedd813
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions views/templates/hook/namad.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
{/if}
<div id="inamad" {if $block}class="block" {else} style="width:{Configuration::get('PSI_ENAMAD_W')}px; height:{Configuration::get('PSI_ENAMAD_H')}px"{/if}>
{if $block}<p class="title_block">{Configuration::get('PSI_ENAMAD_TEXT')}</p>{/if}
<iframe width="{Configuration::get('PSI_ENAMAD_W')}" scrolling="no" height="{Configuration::get('PSI_ENAMAD_H')}" frameborder="0" style="margin: 0;
padding: 0; border: 1px" src="{$base_uri}eNamadLogo.htm">
</iframe>
<iframe src="/eNamadLogo.htm" frameborder="0" scrolling="no" allowtransparency="true" style="width: 150px; height:150px;"></iframe>
</div>
{/if}

0 comments on commit fedd813

Please sign in to comment.