Skip to content

Instantly share code, notes, and snippets.

@atstyle
Last active January 4, 2016 05:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atstyle/8573822 to your computer and use it in GitHub Desktop.
Save atstyle/8573822 to your computer and use it in GitHub Desktop.
狙ったフォルダのみを隠すフォルダリスト MTML
<mt:SetVar name="keyword" value="dog">
<ul>
<mt:Folders>
<mt:SetVarBlock name="CurFldName"><mt:FolderLabel></mt:SetVarBlock>
<mt:Unless name="CurFldName" like="$keyword">
<li><$mt:FolderLabel$> (<$mt:FolderCount$>)</a></li>
</mt:Unless>
</mt:Folders>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment