We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
お世話になります。 静的ページでの制作案件があり、使わせてもらいたいと思っております。 (ノンプログラマーのデザイナーです)
phestでの条件分岐について質問です。 smartyでの{if 条件文}{/if}が使えるとのことですが、 たとえば_header.tplの中で {if トップだったら} topの内容 {else} それ以外の内容 {/if} を分岐させたい場合、 トップだったらの条件式はどのようにすればいいでしょうか?
smartyの条件分岐ですと {if $smarty.server.PHP_SELF == "/index.php"}とかとなりますが…??
ご教授いただければ幸いです。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
お世話になります。
静的ページでの制作案件があり、使わせてもらいたいと思っております。
(ノンプログラマーのデザイナーです)
phestでの条件分岐について質問です。
smartyでの{if 条件文}{/if}が使えるとのことですが、
たとえば_header.tplの中で
{if トップだったら}
topの内容
{else}
それ以外の内容
{/if}
を分岐させたい場合、
トップだったらの条件式はどのようにすればいいでしょうか?
smartyの条件分岐ですと
{if $smarty.server.PHP_SELF == "/index.php"}とかとなりますが…??
ご教授いただければ幸いです。
The text was updated successfully, but these errors were encountered: