[Gnucash-changes] r14399 - htdocs/trunk - update for non-beta website, externals in correct location.

Joshua Sled jsled at cvs.gnucash.org
Wed Jun 21 15:38:06 EDT 2006


Author: jsled
Date: 2006-06-21 15:38:05 -0400 (Wed, 21 Jun 2006)
New Revision: 14399
Trac: http://svn.gnucash.org/trac/changeset/14399

Added:
   htdocs/trunk/externals/feed-icon-12x12.png
   htdocs/trunk/externals/feed-icon-32x32.png
Removed:
   htdocs/trunk/images/feed-icon-12x12.png
   htdocs/trunk/images/feed-icon-32x32.png
Modified:
   htdocs/trunk/externals/footer.phtml
   htdocs/trunk/externals/menu.phtml
   htdocs/trunk/search/Makefile
Log:
update for non-beta website, externals in correct location.

Copied: htdocs/trunk/externals/feed-icon-12x12.png (from rev 14310, htdocs/trunk/images/feed-icon-12x12.png)

Copied: htdocs/trunk/externals/feed-icon-32x32.png (from rev 14310, htdocs/trunk/images/feed-icon-32x32.png)

Modified: htdocs/trunk/externals/footer.phtml
===================================================================
--- htdocs/trunk/externals/footer.phtml	2006-06-21 19:28:50 UTC (rev 14398)
+++ htdocs/trunk/externals/footer.phtml	2006-06-21 19:38:05 UTC (rev 14399)
@@ -1,6 +1,6 @@
 <div id="tail">
 <p id="validation"><a href="http://validator.w3.org/check/referer"><img src="<?=$top_dir?>/images/valid-html40.png" alt="valid HTML" width="88" height="31" /></a></p>
-<p id="rss"><a href="<?=$home?>/atom.php"><img src="<?=$top_dir?>/images/feed-icon-32x32.png" alt="[atom syndication feed]" width="32" height="32" /></a></p>
+<p id="rss"><a href="<?=$home?>/atom.php"><img src="<?=$top_dir?>/externals/feed-icon-32x32.png" alt="[atom syndication feed]" width="32" height="32" /></a></p>
 <p style="text-align:center;"><b>Copyright &copy; 2001-2006 The GnuCash Project</b></p>
 <p style="text-align:center;"><?= _("Server &amp; email outage reports to: ")?><a href="mailto:gnucash-devel at gnucash.org"><b>gnucash-devel at gnucash.org</b></a></p>
 <p style="text-align:center;"><?= _("Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org\"><b>gnucash-devel at gnucash.org</b></a>");?></p>

Modified: htdocs/trunk/externals/menu.phtml
===================================================================
--- htdocs/trunk/externals/menu.phtml	2006-06-21 19:28:50 UTC (rev 14398)
+++ htdocs/trunk/externals/menu.phtml	2006-06-21 19:38:05 UTC (rev 14399)
@@ -12,7 +12,7 @@
   </span>
   <ul>
     <li><a href="<?=$home?>/index.phtml"><?= _("About / News")?></a></li>
-    <li><a href="<?=$home?>/atom.php"><img src="<?=$top_dir?>/images/feed-icon-12x12.png" width="12" height="12" alt="[atom feed]" /> News Feed</a></li>
+    <li><a href="<?=$home?>/atom.php"><img src="<?=$top_dir?>/externals/feed-icon-12x12.png" width="12" height="12" alt="[atom feed]" /> News Feed</a></li>
     <li><a href="<?=$home?>/features.phtml"><?=_("Features")?></a></li>
     <li><a href="http://wiki.gnucash.org/wiki/Development"><?= _("How to help")?></a></li>
   </ul>

Deleted: htdocs/trunk/images/feed-icon-12x12.png
===================================================================
(Binary files differ)

Deleted: htdocs/trunk/images/feed-icon-32x32.png
===================================================================
(Binary files differ)

Modified: htdocs/trunk/search/Makefile
===================================================================
--- htdocs/trunk/search/Makefile	2006-06-21 19:28:50 UTC (rev 14398)
+++ htdocs/trunk/search/Makefile	2006-06-21 19:38:05 UTC (rev 14399)
@@ -1,7 +1,7 @@
 .PHONY: nmz-templates
 
 nmz-templates: templates/NMZ.head.php_tmpl
-	( echo '<?php $$locale = "en"; $$home = "http://www.gnucash.org/beta"; $$top_dir = "."; ?>'; cat templates/NMZ.head.php_tmpl ) | php > templates/NMZ.head;
+	( echo '<?php $$locale = "en"; $$home = "http://www.gnucash.org"; $$top_dir = "."; ?>'; cat templates/NMZ.head.php_tmpl ) | php > templates/NMZ.head;
 
 #	for lang in de es fr ja nb pl; do \
 #		( echo "<?php \$$locale = \"$$lang\"; \$$home = \"http://www.gnucash.org/beta\"; \$$top_dir = \".\"; ?>"; \



More information about the gnucash-changes mailing list