Tag: code
New Smarty Block - Folder Tree
This is a custom Smarty Block that is hacked together from the sitemap.php file and a few others. The end result is a folder tree view like you get from the sitemap.php script except you can invoke it from any of your templates like this:
{folder_tree}
...format here....
{/folder_tree}
I designed this for an easy way to create vertical navigation menus based on your folder structure....
0 comment(s)
/ cglusky
/ cglusky's dev notes
/ on February 26, 2007 at 14:05
Template Dev - Previous and Next With Thumbs
This text file includes a snippet that can be used to render Previous and Next functions with thumbnails. If the Previous or Next page does not have an image it will use the page title. If there is no previous or next page it will do nothing.
2 comment(s)
/ cglusky
/ cglusky's dev notes
/ on June 17, 2006 at 06:26
