diff --git a/header.php b/header.php index c4abbae..848160f 100644 --- a/header.php +++ b/header.php @@ -28,8 +28,8 @@ else $unread_count = fof_get_unread_count(fof_current_user()); ?> - - + + Feed on Feeds<?php if($unread_count) echo " ($unread_count)";?> diff --git a/install.php b/install.php index 167ede0..20b2da7 100644 --- a/install.php +++ b/install.php @@ -49,11 +49,10 @@ $mbstring_ok = extension_loaded('mbstring'); $iconv_ok = extension_loaded('iconv'); ?> - - + + feed on feeds - installation - diff --git a/login.php b/login.php index 59d6448..5e94c34 100644 --- a/login.php +++ b/login.php @@ -34,8 +34,8 @@ if(isset($_POST["user_name"]) && isset($_POST["user_password"])) } ?> - - + + Feed on Feeds - Log on diff --git a/mobile.php b/mobile.php index be52100..3ecc9b6 100644 --- a/mobile.php +++ b/mobile.php @@ -19,8 +19,8 @@ $result = fof_get_items($fof_user_id, NULL, "unread", NULL, 0, 10); header("Content-Type: text/html; charset=utf-8"); ?> - - + + Feed on Feeds diff --git a/shared.php b/shared.php index 288614c..1a7ab69 100644 --- a/shared.php +++ b/shared.php @@ -127,8 +127,8 @@ else { header("Content-Type: text/html; charset=utf-8"); ?> - - + + diff --git a/uninstall.php b/uninstall.php index 343d76d..d6bac61 100644 --- a/uninstall.php +++ b/uninstall.php @@ -17,12 +17,11 @@ include_once("fof-main.php"); fof_set_content_type(); ?> - - + + feed on feeds - uninstallation -