0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phpwiki
/
1.4.0-0
/
standard
/
htdocs
/
themes
/
default
/
templates
/
[
Home
]
File: homepage.tmpl
<?php // -*-php-*- // rcs_id('$Id: homepage.tmpl 7589 2010-07-02 07:31:33Z vargenau $'); /** * Note: Automatic homepage creation is not yet functional. */ $UserName = $user->getId(); $DefaultMessage = sprintf(_("Describe %s here."), $UserName); $UserPreferencesMessage[0] = sprintf(_("You can personalize various settings in %s."), _("UserPreferences")); $UserPreferencesMessage[1] = _("(Your preferences are stored as hidden data within this page)."); $CalendarSubpage = sprintf('[%s]', SUBPAGE_SEPARATOR . _("Calendar")); $calendarMessage = sprintf(_("The %s subpage enables simple weblogging."), $CalendarSubpage); $BackLinks = sprintf('<'.'?plugin BackLinks ?'.'>'); $FullTextSearch = sprintf('<'.'?plugin-form FullTextSearch s=%s ?'.'>', $UserName); /** * WikiMarkup with embedded PHP follows: */ ?> <?php echo $DefaultMessage?> ---- <?php echo $UserPreferencesMessage[0]?>%%% _<?php echo $UserPreferencesMessage[1]?>_ <?php echo $CalendarMessage?> ---- <?php echo $BackLinks?> <?php echo $FullTextSearch?> ---- <?php echo _("CategoryHomepage")?>