Author: sevein
Date: Tue May  1 09:46:13 2012
New Revision: 11580

Log:
Update path to new icon name

Modified:
   
branches/2.0/plugins/qtDominionPlugin/modules/staticpage/templates/indexSuccess.php

Modified: 
branches/2.0/plugins/qtDominionPlugin/modules/staticpage/templates/indexSuccess.php
==============================================================================
--- 
branches/2.0/plugins/qtDominionPlugin/modules/staticpage/templates/indexSuccess.php
 Tue May  1 09:45:06 2012        (r11579)
+++ 
branches/2.0/plugins/qtDominionPlugin/modules/staticpage/templates/indexSuccess.php
 Tue May  1 09:46:13 2012        (r11580)
@@ -7,7 +7,7 @@
       <p><?php echo __('Browse by') ?></p>
       <ul>
         <li><?php echo 
link_to(image_tag('/plugins/qtDominionPlugin/images/icons-large/icon-institutions.png',
 array('width' => '42', 'height' => '42')).' '.__('Institutions'), 
array('module' => 'repository', 'action' => 'browse')) ?></li>
-        <li><?php echo 
link_to(image_tag('/plugins/qtDominionPlugin/images/icons-large/icon-topics.png',
 array('width' => '42', 'height' => '42')).' '.__('Subjects'), array('module' 
=> 'taxonomy', 'action' => 'browse', 'id' => 35)) ?></li>
+        <li><?php echo 
link_to(image_tag('/plugins/qtDominionPlugin/images/icons-large/icon-subjects.png',
 array('width' => '42', 'height' => '42')).' '.__('Subjects'), array('module' 
=> 'taxonomy', 'action' => 'browse', 'id' => 35)) ?></li>
         <li><?php echo 
link_to(image_tag('/plugins/qtDominionPlugin/images/icons-large/icon-people.png',
 array('width' => '42', 'height' => '42')).' '.__('People &amp; 
Organizations'), array('module' => 'actor', 'action' => 'browse')) ?></li>
         <li><?php echo 
link_to(image_tag('/plugins/qtDominionPlugin/images/icons-large/icon-places.png',
 array('width' => '42', 'height' => '42')).' '.__('Places'), array('module' => 
'taxonomy', 'action' => 'browse', 'id' => 42)) ?></li>
         <li><?php echo 
link_to(image_tag('/plugins/qtDominionPlugin/images/icons-large/icon-media.png',
 array('width' => '42', 'height' => '42')).' '.__('Media'), array('module' => 
'digitalobject', 'action' => 'list')) ?></li>
@@ -22,7 +22,7 @@
       <p>This is the national database with <?php echo 
QubitSearch::getInstance()->index->getType('QubitRepository')->search(new 
Elastica_Query(new Elastica_Query_MatchAll()))->getTotalHits(); ?> archival 
repositories across the country and <?php echo 
QubitSearch::getInstance()->index->getType('QubitInformationObject')->search(new
 Elastica_Query(new Elastica_Query_MatchAll()))->getTotalHits(); ?> records. 
You can access these holdings and so much more. </p>
     </div>
 
-  </div> <!-- /#homepagehero -->
+  </div>
 
   <div id="homepage" class="row">
 
@@ -73,7 +73,7 @@
 
     </div>
 
-  </div> <!-- /#homepage -->
+  </div>
 
 <?php else: ?>
 

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to