Skip to content

Instantly share code, notes, and snippets.

@csakiistvan
Created June 11, 2013 17:44
Show Gist options
  • Save csakiistvan/5759030 to your computer and use it in GitHub Desktop.
Save csakiistvan/5759030 to your computer and use it in GitHub Desktop.
Saját függvény
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