This file contains hidden or 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
{"categories":[{"name":"Eğlen","slug":"eglen","id":10666,"subCategories":[{"name":"Listeler","slug":"listeler","id":10667},{"name":"Sosyal Medya","slug":"sosyal-medya","id":112},{"name":"Üniversite","slug":"universite","id":10638}]},{"name":"Şaşır","slug":"sasir","id":10668,"subCategories":[{"name":"Bi Acayip","slug":"bi-acayip","id":10669},{"name":"İnsanlar Alemi","slug":"insanlar-alemi","id":10670}]},{"name":"Öğren","slug":"ogren","id":10668,"subCategories":[{"name":"Hayat","slug":"hayat","id":10634},{"name":"Psikoloji","slug":"psikoloji","id":10673},{"name":"Bilim","slug":"bilim","id":10640},{"name":"Teknoloji","slug":"teknoloji","id":10636},{"name":"Hayvanlar Alemi","slug":"hayvanlar-alemi","id":10674},{"name":"Yemek","slug":"yemek","id":10641},{"name":"Pazar Köşesi","slug":"pazar-kosesi","id":10646},{"name":"Anket","slug":"anket","id":10683}]},{"name":"Kültürlen","slug":"eglen","id":10633,"subCategories":[{"name":"Edebiyat","slug":"listeler","id":10675},{"name":"Müzik","slug":"sosyal-medya","id":10639},{ |
This file contains hidden or 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 | |
/** | |
* ProcessWire example demonstration module | |
* | |
* PageListActionHook autoload module once installed will remove "new" action from second level pages | |
* using the template "basic-page" | |
* | |
*/ |
This file contains hidden or 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
// media query | |
tablet = "(min-width: 768px)" | |
medium = "(min-width: 992px)" | |
large = "(min-width: 1200px)" | |
bp(paramaters) | |
@media paramaters | |
{block} | |
font-url(file) |