Skip to content

Commit

Permalink
Updates admin plugin and theme browse pages to link to upcoming and u…
Browse files Browse the repository at this point in the history
…pdated pages in the Omeka codex.
  • Loading branch information
davelester committed Nov 8, 2008
1 parent 438a8e4 commit fa0b751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/themes/default/plugins/browse.php
Expand Up @@ -71,7 +71,7 @@
<p>You don't have any plugins installed. Add them to the plugins directory to see them listed here.</p>
<?php endif; ?>

<p class="manageplugins">Add new plugins by downloading them from the <a href="http://omeka.org/download/plugins/">Omeka Plugins Directory</a>, or <a href="http://omeka.org/codex/index.php?title=Writing_a_Plugin">write your own</a>!</p>
<p class="manageplugins">Add new plugins by downloading them from the <a href="http://omeka.org/add-ons/plugins/">Omeka Plugins Directory</a>, or <a href="http://omeka.org/codex/Plugin_Writing_Best_Practices">write your own</a>!</p>
</div>

<?php foot(); ?>
2 changes: 1 addition & 1 deletion admin/themes/default/themes/browse.php
Expand Up @@ -44,6 +44,6 @@
<input type="submit" name="submit" class="submit submit-medium" id="submit" value="Switch Theme" />
</form>

<p class="managethemes">Add new themes by downloading them from the <a href="http://omeka.org/download/themes/">Omeka Theme Directory</a>, or <a href="http://omeka.org/codex/Designing_a_Public_Theme">design your own</a>!</p>
<p class="managethemes">Add new themes by downloading them from the <a href="http://omeka.org/add-ons/themes/">Omeka Theme Directory</a>, or <a href="http://omeka.org/codex/Theme_Writing_Best_Practices">design your own</a>!</p>
</div>
<?php foot(); ?>

0 comments on commit fa0b751

Please sign in to comment.