Last active
December 21, 2015 01:19
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
{{ if user:logged_in }} | |
<p>This is just for logged in users.</p> | |
{{ endif }} | |
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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