Browse Source

template fix

pull/2/head
Mark (ilosuna) 12 years ago
parent
commit
c09263fb95
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      cms/templates/admin/subtemplates/admin_menu.inc.tpl
  2. +1
    -1
      cms/templates/default.tpl

+ 1
- 1
cms/templates/admin/subtemplates/admin_menu.inc.tpl View File

@ -28,7 +28,7 @@
<li><a href="<?php echo BASE_URL; ?>cms/index.php?mode=users"><span class="glyphicon glyphicon-user"></span> <?php if($user_type==1) echo $lang['admin_menu_user_administr']; else echo $lang['admin_menu_edit_userdata']; ?></a></li> <li><a href="<?php echo BASE_URL; ?>cms/index.php?mode=users"><span class="glyphicon glyphicon-user"></span> <?php if($user_type==1) echo $lang['admin_menu_user_administr']; else echo $lang['admin_menu_edit_userdata']; ?></a></li>
<?php if($settings['caching']): ?> <?php if($settings['caching']): ?>
<li class="divider"></li> <li class="divider"></li>
<li><a href="index.php?clear_cache=true"><span class="glyphicon glyphicon-remove"></span> <?php echo $lang['admin_menu_clear_cache']; ?></a></li>
<li><a href="<?php echo BASE_URL; ?>cms/index.php?clear_cache=true"><span class="glyphicon glyphicon-remove"></span> <?php echo $lang['admin_menu_clear_cache']; ?></a></li>
<?php endif; ?> <?php endif; ?>
</ul> </ul>
</li> </li>


+ 1
- 1
cms/templates/default.tpl View File

@ -91,7 +91,7 @@
<?php if($gcb_1 && isset($gcb[$gcb_1])): ?> <?php if($gcb_1 && isset($gcb[$gcb_1])): ?>
<?php echo $gcb[$gcb_1]; ?> <?php echo $gcb[$gcb_1]; ?>
<?php else: ?> <?php else: ?>
<p>&copy; phpSQLiteCMS 2013<br /><?php if($type!='news' && $type!='search' && $type!='notes') echo $lang['page_last_modified']; ?></p>
<p>&copy; <a href="http://phpsqlitecms.net">phpSQLiteCMS</a> 2013<br /><?php if($type!='news' && $type!='search' && $type!='notes') echo $lang['page_last_modified']; ?></p>
<?php endif; ?> <?php endif; ?>
</div> </div>
</footer> </footer>


Loading…
Cancel
Save