mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-06 15:10:44 -04:00
Update all references to the core application to now point to the
gallery module. This type of mass update is prone to some small bugs.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<ul>
|
||||
<li>
|
||||
<?= t("Version: %version", array("version" => module::get_var("core", "version"))) ?>
|
||||
<?= t("Version: %version", array("version" => module::get_var("gallery", "version"))) ?>
|
||||
</li>
|
||||
<li>
|
||||
<?= t("Albums: %count", array("count" => $album_count)) ?>
|
||||
|
||||
Reference in New Issue
Block a user