Skip to content

Instantly share code, notes, and snippets.

@pabloprogramador
Last active December 21, 2015 01:19
Show Gist options
  • Save pabloprogramador/6226728 to your computer and use it in GitHub Desktop.
Save pabloprogramador/6226728 to your computer and use it in GitHub Desktop.
Se tal pagina, ou seja slug faça abre um arquivo javascript ou se usuario tal tags especiais do pyrocms
<?php
{{ if user:logged_in }}
<p>This is just for logged in users.</p>
{{ endif }}
?>
<?php
{{if page:slug == "contato"}}
{{ theme:js file="libs/jquery.maskedinput-1.3.min.js" }}
{{endif}}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment