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
klikk kód: | |
A klikk kód: | |
ActionScript 2.0 | |
- on (release) {getURL(clickTAG, clickTARGET);} | |
- on (press) | |
{ | |
getURL("http://www.broadwayjegyiroda.hu/event.php?eid=37", "_blank"); |
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
RewriteRule insomnia.exe http://insomnia.co.hu/v3/en/ndrive |
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 print $node->field_highlights[0]['view'] ?> |
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
date_default_timezone_set('Europe/Budapest'); |
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
ezt teszed a page.tpl.php fájlba | |
<?php print footer_platforms(); ?> | |
ezt teszed a template.php fájlba | |
function footer_platforms(){ | |
$html = '<ul id="footer_platforms"></ul>'; | |
return $html; | |
} |
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 print $fields['field_fooldlal_kep_fid']->content ?> |
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
function theme_preprocess_page(&$variables, $hook) { | |
$block = module_invoke('locale', 'block_view', 'language'); | |
$variables['langswitcher'] = $block['content']; | |
} | |
<?php print $langswitcher; ?> |
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 print $twitter_link; ?> | |
<?php print $facebook_link; ?> | |
<?php print $linkedin_link; ?> |
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
Terminálban menj oda ahol az SQL fájl van. | |
1. hozd létre a táblát, ha van phpmyadmin: [neve] | |
2. | |
1. MAMP-al /Applications/MAMP/Library/bin/mysql -uroot -p | |
3. Terminálban: mysql -u root -p | |
4. use [neve] | |
5. \. [dumpneve].sql |
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
@media only screen and (min-width: 480px) { | |
} | |
@media only screen and (min-width: 600px) { | |
} | |
@media only screen and (min-width: 768px) { | |
} | |
@media only screen and (min-width: 992px) { | |
} | |
@media only screen and (min-width: 1382px) { | |
} |
OlderNewer