Created
June 11, 2013 17:44
-
-
Save csakiistvan/5759030 to your computer and use it in GitHub Desktop.
Saját függvény
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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment