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/head.php

    r550 r557  
    1 <link rel="stylesheet" href="<?php echo THEME_URL ?>gallery.css" type="text/css" media="screen" /> 
    2 <script src="<?php echo THEME_URL ?>dynamics.js" type="text/javascript" ></script> 
    3 <!--[if lte IE 6]> 
    4 <link rel="stylesheet" href="<?php echo THEME_URL ?>explorer.css" type="text/css" media="screen" /> 
    5 <![endif]--> 
     1<?php echo plogger_generate_seo_meta_tags();?> 
     2        <link rel="stylesheet" type="text/css" href="<?php echo THEME_URL ?>gallery.css" media="screen" /> 
     3        <script type="text/javascript" src="<?php echo THEME_URL ?>dynamics.js"></script> 
     4        <!--[if lte IE 6]> 
     5        <link rel="stylesheet" href="<?php echo THEME_URL ?>explorer.css" type="text/css" media="screen" /> 
     6        <![endif]--> 
Note: See TracChangeset for help on using the changeset viewer.