Hello all. So I built a site based on the Badger book's example of an "advanced static" site (chapter 11).
Now I'm converting it over to a more dynamic site, though not totally based on the dynamic example in the book. I'm trying to keep the same structure and url's. I basically just made Perl files that took place of the html files. My Perl files are somewhat based on the the example in the last chapter of the book. They just have one routine that makes a database call and then calls the template. I then have a rewrite rule in my .htaccess to make "file.pl" show up as "file.html" so it looks like nothing has changed (no mod_perl on my host). The menu shows up fine for everything but the subs. It even recognizes the menu item as "hot" so as to apply a different style, just not the subs. What am I missing? This has to be something silly. Thanks, Jay _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
