[cc-commits] [CC SVN] r11193 - in ccwordpress/branches/production: . www/wp-content/themes/cc4
webmaster at creativecommons.org
webmaster at creativecommons.org
Wed Nov 12 19:45:50 EST 2008
Author: bse
Date: 2008-11-13 00:45:50 +0000 (Thu, 13 Nov 2008)
New Revision: 11193
Modified:
ccwordpress/branches/production/
ccwordpress/branches/production/www/wp-content/themes/cc4/nav.php
Log:
Merged revisions 11135 via svnmerge from
svn+ssh://svn@code.creativecommons.org/svnroot/ccwordpress/trunk
........
r11135 | bse | 2008-11-07 00:33:08 +0000 (Fri, 07 Nov 2008) | 2 lines
Revised tab nav.
........
Property changes on: ccwordpress/branches/production
___________________________________________________________________
Modified: svnmerge-integrated
- /ccwordpress/trunk:1-8278,8280-8284,8286,8288-8296,8298-8311,8313-8435,8437-8453,8455-8471,8473-8499,8501-8502,8504-8509,8511-8514,8516-8518,8520-8576,8578-8601,8604-8655,8657-8663,8665-8671,8673-8694,8696-9095,9097-9115,9117,9119-9122,9125-9132,9134-9465,9467-9612,9615-9627,9629-9643,9645-9659,9661-9687,9689-9712,9733,9769,9771,9775,9809-9810,9813,9820,9832-9838,9841-9901,9903-9920,9922-10049,10051-10061,10063-10087,10093-10094,10096-10164,10166-10173,10175-10539,10541,10545-10582,10584-10600,10602-10638,10640-10734,10736,10784,10787,10822,10842,10868,10895,10913,10927,10938,10940-11077,11079-11134,11136-11144,11146-11184
+ /ccwordpress/trunk:1-8278,8280-8284,8286,8288-8296,8298-8311,8313-8435,8437-8453,8455-8471,8473-8499,8501-8502,8504-8509,8511-8514,8516-8518,8520-8576,8578-8601,8604-8655,8657-8663,8665-8671,8673-8694,8696-9095,9097-9115,9117,9119-9122,9125-9132,9134-9465,9467-9612,9615-9627,9629-9643,9645-9659,9661-9687,9689-9712,9733,9769,9771,9775,9809-9810,9813,9820,9832-9838,9841-9901,9903-9920,9922-10049,10051-10061,10063-10087,10093-10094,10096-10164,10166-10173,10175-10539,10541,10545-10582,10584-10600,10602-10638,10640-10734,10736,10784,10787,10822,10842,10868,10895,10913,10927,10938,10940-11077,11079-11144,11146-11184
Modified: ccwordpress/branches/production/www/wp-content/themes/cc4/nav.php
===================================================================
--- ccwordpress/branches/production/www/wp-content/themes/cc4/nav.php 2008-11-13 00:33:31 UTC (rev 11192)
+++ ccwordpress/branches/production/www/wp-content/themes/cc4/nav.php 2008-11-13 00:45:50 UTC (rev 11193)
@@ -3,10 +3,11 @@
$nav = array (
array("name" => "Home", "path" => get_option('home')),
array("name" => "About", "path" => "/about/"),
- array("name" => "Support", "path" => "http://support.creativecommons.org"),
+ array("name" => "FAQ", "path" => "http://wiki.creativecommons.org/FFAQ"),
+ array("name" => "Donate", "path" => "http://support.creativecommons.org"),
+ array("name" => "Wiki", "path" => "http://wiki.creativecommons.org/"),
+ array("name" => "Projects", "path" => "/projects/"),
/* array("name" => "License", "path" => "/license/"),*/
- array("name" => "Projects", "path" => "/projects/"),
- array("name" => "Participate", "path" => "http://wiki.creativecommons.org/"),
array("name" => "International", "path" => "/international/"),
array("name" => "Contact", "path" => "/contact/"),
);
@@ -33,7 +34,7 @@
// if ((is_category(1) or (in_category(1) and is_single())) and $item["name"] == "Blog" and !is_home() and !is_page()) $klass = "active";
}
- print ' <li class="'.$klass.'"><a href="'.$item["path"].'" title="'.$item["name"].'"><span>'.$item["name"].'</span></a></li>';
+ print ' <li class="'.strtolower($item["name"]) . ' ' . $klass.'"><a href="'.$item["path"].'" title="'.$item["name"].'"><span>'.$item["name"].'</span></a></li>';
}
if (is_page() or is_single()) edit_post_link('<span>Edit this article</span>', '<li class="edit">', '</li>');
@@ -41,6 +42,5 @@
?>
</ul>
- <div class="clear"></div>
</div>
More information about the cc-commits
mailing list