lang->line('user_login'); ?>
" . $error_message . "
"; } ?> session->flashdata('message')) { echo "
" . $this->session->flashdata('message') . "
"; } ; ?>
customlib->getCSRF(); ?>
lang->line('username'); ?>
" placeholder="lang->line('username'); ?>" class="form-username form-control" id="email">
" placeholder="lang->line('password'); ?>" class="form-password form-control" id="password">
lang->line('sign_in'); ?>
lang->line('forgot_password'); ?>
lang->line('what_is_new_in'); ?>
$notice_value) { ?>
100) { // truncate string $stringCut = substr($string, 0, 100); $endPoint = strrpos($stringCut, ' '); //if the string doesn't contain any space then it will cut without word basis. $string = $endPoint ? substr($stringCut, 0, $endPoint) : substr($stringCut, 0); $string .= '...
Read More
'; } echo '
' . $string . '
'; ?>