Ignore:
Timestamp:
07/14/08 22:15:37 (4 years ago)
Author:
kimparsell
Message:

All themes:
+ All pages validate XHTML Strict (ticket #166 -  http://dev.plogger.org/ticket/166)
+ Stylesheet validates to CSS level 2.1
+ Changed code for action= in comments form tag (original code would not validate due to the ampersand (&) in the url not being shown as & in the code)
+ Added alt tag for large image in picture.php per ticket #171 ( http://dev.plogger.org/ticket/171)
+ Added actions class to stylesheets for moderation message
+ Removed generate_slideshow_interface function from slideshow.php (now in plog-functions.php)
+ Reworked markup to conform to new theme code requirements
+ Cleaned up markup
Air theme - Added function to comments.php, if comments are moderated, to show moderation message
Lucid theme:
+ Added function to comments.php, if comments are moderated, to show moderation message
+ Cleaned up markup
+ Hyperlinked collection and album names per ticket #172 ( http://dev.plogger.org/ticket/172)
Default theme:
+ Confirmed fix in place to resolve ticket #163 ( http://dev.plogger.org/ticket/163)
+ Reorganized/commented gallery.css
+ Cleaned up markup
plog-functions.php:
+ Function added to provide meta-tags with keywords and descriptions using collection name/description, album name/description, image caption/description (default keyword is gallery name, default description is "This is my Plogger gallery" and can be changed by end user) (original code by sidetheduck in  http://plogger.org/forum/discussion/1954/how-to-get-dynamic-contents/#Item_9) (requested in per ticket #172 ( http://dev.plogger.org/ticket/172)
+ Added generate_slideshow_interface function (previously in slideshow.php in each theme)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plog-content/themes/air/header.php

    r552 r557  
    11<?php plogger_init(); ?> 
    2  
    32<div id="wrapper"> 
    43 
     
    76 
    87                <div id="search-container"> 
    9                         <?php echo generate_search_box(); ?> 
    10                 </div> 
     8                                <?php echo generate_search_box(); ?> 
     9                </div><!-- /search-container --> 
    1110 
    1211                <div id="breadcrumbs"> 
    1312                        <div id="slideshow"> 
    1413                                <?php echo plogger_slideshow_link(); ?> 
    15                                 <?php echo plogger_print_button(); ?> 
     14<?php echo plogger_print_button(); ?> 
     15 
    1616                        </div> 
    1717                        <?php echo generate_breadcrumb(); ?> 
    18                 </div> 
    1918 
    20                 <!-- <p></p> --> 
     19                </div><!-- /breadcrumbs --> 
    2120 
    22         </div> 
    23  
     21        </div><!-- /header --> 
    2422        <?php echo plogger_download_selected_form_start(); ?> 
Note: See TracChangeset for help on using the changeset viewer.