Want to add some useful dynamic Login/Log Out/Administer links to your Drupal site? Add this simple code anywhere in your page.tpl (I placed mine down in the footer as you can see).
View the full code after the jump.
Want to add some useful dynamic Login/Log Out/Administer links to your Drupal site? Add this simple code anywhere in your page.tpl (I placed mine down in the footer as you can see).
View the full code after the jump.
The script used to retrieve my tweets (as seen in the block to the right) is a mashup of several scripts I came across. It uses simplexml (PHP5 ONLY) to retrieve your user XML file. This method doesn't cause your page load time to suffer like JavaScript based tweet retrievers.
View the full code after the jump.