|
Revision 555, 266 bytes
(checked in by kimparsell, 6 weeks ago)
|
|
+ Major cleanup of markup in plog-admin section files - markup now structured properly and validates as XHTML Strict
+ Added plog-admin/images/diag-bg.gif - left out of original restructuring
+ plog-admin/plog-options.php - reworked date formats/added 2 new formats
+ plog-admin/includes/install-functions.php - change install email layout
+ plog-admin/js/plogger.js - changed line endings to unix
+ plog-admin/js/ajax_editing.js - minor markup correction
+ plog-includes/js/plog-slideshow.js - corrected markup, changed loop to false
+ plog-includes/plog-functions.php - minor change to comment notification email, minor markup tweaks
+ index.php - markup tweaks in prep for front-end/theme cleanup
+ gallery.php - minor cleanup (remove extra blank line at end of file)
+ plogger.php - minor cleanup (remove extra blank line at end of file)
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | include_once(dirname(__FILE__)."/plogger.php"); |
|---|
| 4 | |
|---|
| 5 | function the_gallery_head() { |
|---|
| 6 | return the_plogger_gallery_head(); |
|---|
| 7 | } |
|---|
| 8 | |
|---|
| 9 | function the_gallery(){ |
|---|
| 10 | return the_plogger_gallery(); |
|---|
| 11 | } |
|---|
| 12 | ?> |
|---|