CMS  Version 3.9
bookmark_link.inc
Go to the documentation of this file.
1 <?
2 Fakoli::using("bookmark");
3 
4 if(!$user) return;
5 
7 {
8 ?>
9 You have bookmarked this page
10 <?
11 }
12 else
13 {
14 ?>
15 <a href='#' class='bookmark_link' onclick='BookmarkManager.bookmarkPage(); return false'>Bookmark this Page</a>
16 <?
17 }
18 ?>
$tabs page
static findBookmark($page="")
Definition: bookmark.inc:50
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition: core.inc:116
Definition: page.inc:43
global $user