rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 991f0ac7bde7840132f7610428df7811e10b9f95
parent bb687a07df39a7549184d6425f3fc1e8f348f015
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 17 Apr 2015 08:59:25 +0200

update link

Diffstat:
Mthemes/jumbotron/admin_pages/user_pages.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/jumbotron/admin_pages/user_pages.php b/themes/jumbotron/admin_pages/user_pages.php @@ -46,7 +46,7 @@ foreach ($dbpages as $page){ ".$page['id']." </td> <td> - <a href ='admin.php#usercenter?page_id=".$page['id']."'>".$page['page']."</a> + <a onclick=\"showhide('usercenter');\" href='admin.php#usercenter?page_id=".$page['id']."'>".$page['page']."</a> </td> <td>";