rpicms

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

commit 619ce81f702090309720293a51d1d5aba79b386c
parent 8445a516c516b01e0d171d5c20df97e05bd93d33
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 17 Apr 2015 09:03:10 +0200

refix 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 onclick=\"showhide('usercenter');\" href='admin.php?page_id=".$page['id']."#usercenter'>".$page['page']."</a> + <a href='admin.php?page_id=".$page['id']."#usercenter'>".$page['page']."</a> </td> <td>";